From 43e6c608d98b7e062f57ec953bc3a736619eccd1 Mon Sep 17 00:00:00 2001 From: Muhammad Faizan Date: Mon, 22 Apr 2024 16:06:53 +0200 Subject: [PATCH] chore: add information about high availability of NATS servers --- docs/user/02-configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user/02-configuration.md b/docs/user/02-configuration.md index c93f6a81..5522a5a3 100644 --- a/docs/user/02-configuration.md +++ b/docs/user/02-configuration.md @@ -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