Configure Multi-Cluster with Argo CD
Manage deployments across multiple clusters.
Diese Anleitung ist noch nicht in Ihrer Sprache verfügbar — es wird die Originalversion angezeigt.
Scale your GitOps workflow to manage deployments across several RackMint clusters from a single Argo CD instance.
Register additional clusters
Add each target cluster’s credentials to Argo CD so it can manage resources on them.
argocd cluster add staging-cluster
argocd cluster add production-cluster
Target an application at a cluster
Set the destination server on your Application manifest to the cluster you want to deploy to.
Verify sync status across clusters
Use the Argo CD dashboard or CLI to confirm every cluster is in sync with Git.
argocd app list