Replies: 1 comment
-
From the newly added best practices https://argo-rollouts.readthedocs.io/en/latest/best-practices/#understand-the-scope-of-argo-rollouts "Currently Argo Rollouts works with a single Kubernetes deployment/application and within a single cluster only." There are several open Github issues for discussion. Please upvote/comment on the one that matches closer your use case. |
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
-
Currently I have a Multi-Cluster setup as following:
MC Gateway and HTTPRoutes are stored in Config Cluster, while applications are running in East and West clusters. Is it possible to use Canary / Blue-Green and modify HTTPRoutes in different cluster with Argo Rollouts?
I tried the Gateway API plugin, it is throwing error saying HTTPRoute not found (obviously it is in different cluster).
Any solutions for GKE Multi-cluster setup?
Beta Was this translation helpful? Give feedback.
All reactions