Replies: 1 comment
-
Currently not possible. Argo Rollouts only works in a single cluster. |
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
-
I have two meshed clusters. I would like to perform a rollout across the two -- potentially leveraging an external load balancer.
When I say across the two I mean I would like to move a workload from one cluster to the other in a staged manner.
I would prefer if this could be done at the admin level.
The intent is to be able to fire up a new cluster with modification (say a k8s upgrade), and then to be able to roll traffic and the underlying replicasets/pods to the new cluster with Istio meshing and Argo Rollouts.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions