Skip to content

Commit 5c96756

Browse files
committed
update ha diagram and other edits
1 parent b3b386a commit 5c96756

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ As shown in the diagram above, in HA installations with Embedded Cluster:
88
* A single replica of the Embedded Cluster Operator is deployed and runs on a controller node.
99
* A single replica of the KOTS Admin Console is deployed and runs on a controller node.
1010
* 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.
11+
* For installations that include disaster recovery, the Velero pod is deployed on one node. The Velero Node Agent runs on each node in the cluster. The Node Agent is a Kubernetes DaemonSet that performs backup and restore tasks such as creating snapshots and transferring data during restores.
1212
* For air gap installations, two replicas of the air gap image registry are deployed.
1313

1414
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.

docs/vendor/embedded-overview.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ The following diagram shows the architecture of a multi-node Embedded Cluster in
4545

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

48-
As shown in the diagram above, in multi-node installations, the Embedded Cluster Operator, KOTS, and the image registry for air gap installations are all installed on the primary node only.
48+
As shown in the diagram above, in multi-node installations, the Embedded Cluster Operator, KOTS, and the image registry for air gap installations are all installed on one controller node.
4949

5050
For installations that include disaster recovery with Velero, the Velero Node Agent runs on each node in the cluster. The Node Agent is a Kubernetes DaemonSet that performs backup and restore tasks such as creating snapshots and transferring data during restores.
5151

52-
Additionally, any Helm [`extensions`](/reference/embedded-config#extensions) that you include in the Embedded Cluster Config can optionally be installed on one or more nodes.
52+
Additionally, 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 how it is configured to be deployed.
5353

5454
### Multi-Node Architecture with High Availability
5555

Loading

0 commit comments

Comments
 (0)