You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example deploys ArgoCD on the Hub cluster (ie. management/control-plane cluster).
4
4
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
7
7
8
8
Each spoke cluster gets deployed an app of apps ArgoCD Application with the name `workloads-${env}`
9
9
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.
0 commit comments