Skip to content

Commit 52bef29

Browse files
committed
update the description of hub-spoke-shared
Signed-off-by: Carlos Santana <csantana23@gmail.com>
1 parent 20af109 commit 52bef29

File tree

1 file changed

+5
-1
lines changed
  • argocd/iac/terraform/examples/eks/multi-cluster/hub-spoke-shared

1 file changed

+5
-1
lines changed

argocd/iac/terraform/examples/eks/multi-cluster/hub-spoke-shared/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Multi-Cluster centralized hub-spoke topology
1+
# Multi-Cluster centralized hub-spoke topology (shared responsability)
22

33
This example deploys ArgoCD on the Hub cluster (ie. management/control-plane cluster).
44
The spoke clusters are registered as remote clusters in the Hub Cluster's ArgoCD
@@ -7,6 +7,10 @@ Each spoke cluster have ArgoCD only use for workloads, not the addons
77

88
Each spoke cluster gets deployed an app of apps ArgoCD Application with the name `workloads-${env}`
99

10+
This platform team and the application team have a **shared** responsability of the cluster's GitOps configuration with multiple instances of ArgoCD targeting the same cluster,
11+
the platform team responsible of the cluster addons using the ArgoCD instance on the hub cluster and the application team responsible of the workloads using the ArgoCD instance on the spoke cluster.
12+
13+
1014
Deploy the Hub Cluster
1115
```shell
1216
cd hub

0 commit comments

Comments
 (0)