Skip to content

Commit b3b386a

Browse files
committed
edit ha diagram description
1 parent 62845cb commit b3b386a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/partials/embedded-cluster/_multi-node-ha-arch.mdx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ The following diagram shows the architecture of an HA multi-node Embedded Cluste
44

55
[View a larger version of this image](/images/embedded-architecture-multi-node-ha.png)
66

7-
In HA multi-node installations, the Embedded Cluster Operator and the KOTS Admin Console are installed on the primary node only. All other built-in extenions, including the image registry for air gap installations, are installed on each node in the cluster. Any Helm [`extensions`](/reference/embedded-config#extensions) that you include in the Embedded Cluster Config can optionally be installed on one or more nodes.
8-
9-
Additionally, three replicas of rqlite are deployed for HA. Rqlite is used by KOTS to store information such as support bundles, version history, application metadata, and other small amounts of data needed to manage the application.
7+
As shown in the diagram above, in HA installations with Embedded Cluster:
8+
* A single replica of the Embedded Cluster Operator is deployed and runs on a controller node.
9+
* A single replica of the KOTS Admin Console is deployed and runs on a controller node.
10+
* Three replicas of rqlite are deployed in the kotsadm namespace. Rqlite is used by KOTS to store information such as support bundles, version history, application metadata, and other small amounts of data needed to manage the application.
11+
* For installations with disaster recovery, the Velero pod is deployed on one node and the Velero node-agent is deployed on all nodes.
12+
* For air gap installations, two replicas of the air gap image registry are deployed.
13+
14+
Any Helm [`extensions`](/reference/embedded-config#extensions) that you include in the Embedded Cluster Config are installed in the cluster depending on the given chart and whether or not it is configured to be deployed with high availability.

0 commit comments

Comments
 (0)