Recommendations for Argo Rollouts on Multi-cluster Architecture. #3579
Cstack-Krish
started this conversation in
General
Replies: 1 comment
-
There is nothing like this out of the box. You either need to use the CI system to coordinate everything or have the first rollout use notifications to notify the second one. More discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have two AKS clusters, one in the primary region and another in its paired region (an active-active configuration), the applications in both clusters are the same. We are using argo rollouts to use canary deployment strategy. Both the clusters have its own argocd installed with the argo-rollouts. Is it possible for the argo in paired region cluster to sync along with the changes made in the rollouts in the primary cluster? For example if I perform a Promote-Full rollout action in the primary cluster's argo, the same action on the same application should happen on paired region's cluster. Are there any solutions to the same?
Beta Was this translation helpful? Give feedback.
All reactions