Do I still need argo-rollouts if I use AWS App mesh #2420
Unanswered
DavidHe1127
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Argo Rollouts is not a networking solution. It is a deployment solution. It actually integrates with several traffic providers for the actual routing. I just saw that app mesh support was recently added https://github.com/argoproj/argo-rollouts/pull/1606/files Example is here https://github.com/argoproj/argo-rollouts/tree/master/examples/appmesh |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see both solutions have crossovers in some things like blue/green, canary deployment strategies. My silly question is do what extra benefits argo-rollout provides than AWS App mesh?
Beta Was this translation helpful? Give feedback.
All reactions