Skip to content

Commit

Permalink
chore: add information about high availability of NATS servers (kyma-…
Browse files Browse the repository at this point in the history
…project#365)

* chore: add information about high availability of NATS servers

* updated

* Update 02-configuration.md
  • Loading branch information
mfaizanse authored and friedrichwilken committed Dec 17, 2024
1 parent 20aff87 commit 0176b6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/user/02-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Use the following sample CRs as guidance. Each can be applied immediately when y
- [Minimal CR](https://github.com/kyma-project/nats-manager/blob/main/config/samples/minimal.yaml#L1)
- [Full spec CR](https://github.com/kyma-project/nats-manager/blob/main/config/samples/nats-full-spec.yaml#L1)

## High availability

For high availability, the NATS servers must be set up across different availability zones for uninterrupted operation and uptime. NATS Manager deploys the NATS servers in the availability zones where your Kubernetes cluster has Nodes. If the Kubernetes cluster has Nodes distributed across at least three availability zones, NATS Manager automatically distributes the NATS servers across these availability zones. If the Kubernetes cluster doesn’t have Nodes distributed across at least three availability zones, high availability is compromised.

## Reference

<!-- The table below was generated automatically -->
Expand Down

0 comments on commit 0176b6c

Please sign in to comment.