Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated URL to the blog post in README.md #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 3-k8s/2-k8s-ee/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## Running Axon Server (Cluster) in Kubernetes

**Note** We at AxonIQ are aware that many of our customers run Axon Server in Kubernetes or want to run it there. The files in this directory are to help you on your way, but be advised that a single `StatefulSet` for a cluster is **not** the recommended way for a production deployment. For more information, please [read this article](https://axoniq.io/blog-overview/revisiting-axon-server-in-containers).
**Note** We at AxonIQ are aware that many of our customers run Axon Server in Kubernetes or want to run it there. The files in this directory are to help you on your way, but be advised that a single `StatefulSet` for a cluster is **not** the recommended way for a production deployment. For more information, please [read this article](https://axoniq.io/blog/revisiting-axon-server-in-containers).

The `deploy-axonserver.sh` script will use the templates in this directory to generate de `axonserver.properties` ConfigMap, license secret, system-token secret, and all deployment descriptors, given a _service name_ and _Kubernetes namespace_.

Expand Down