Skip to content

Commit e7cb1a6

Browse files
authored
chore: add information about high availability of NATS servers (#365)
* chore: add information about high availability of NATS servers * updated * Update 02-configuration.md
1 parent 3d59d85 commit e7cb1a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/user/02-configuration.md

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Use the following sample CRs as guidance. Each can be applied immediately when y
2525
- [Minimal CR](https://github.com/kyma-project/nats-manager/blob/main/config/samples/minimal.yaml#L1)
2626
- [Full spec CR](https://github.com/kyma-project/nats-manager/blob/main/config/samples/nats-full-spec.yaml#L1)
2727

28+
## High availability
29+
30+
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.
31+
2832
## Reference
2933

3034
<!-- The table below was generated automatically -->

0 commit comments

Comments
 (0)