Replies: 2 comments
-
This is a very common question and I recently added a non-answer to the FAQ https://argoproj.github.io/argo-rollouts/FAQ/#how-can-i-deploy-multiple-services-in-a-single-step-and-roll-them-back-according-to-their-dependencies Unfortunately Argo Rollouts currently doesn't know or track service dependencies. It is focused on a single service/application only Your options
I personally recommend the last option (until somebody implements 1) Basically
It is the same idea as with database refactorings if you have seen how deployments work there with backwards/forward changeset refactorings. |
Beta Was this translation helpful? Give feedback.
-
tks for you answer |
Beta Was this translation helpful? Give feedback.
-
In a Kubernetes microservice environment, typically a Service A talks to Service B over https. Using argo in a blue/green rollout strategy, how do we get Service A blue/canary to talk to Service B blue/canary?
Beta Was this translation helpful? Give feedback.
All reactions