Skip to content

Commit

Permalink
chore: add information about high availability of NATS servers
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse committed Apr 22, 2024
1 parent 27517b5 commit 43e6c60
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

NATS Servers are set up across different Availability Zones for uninterrupted operation and uptime. To achieve this, a minimum of three Kubernetes nodes must be distributed across at-least 3 Availability zones. Failure to meet this requirement will result in NATS Servers being scheduled within the same Availability zone, compromising high availability.

## Reference

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

0 comments on commit 43e6c60

Please sign in to comment.