Scope of argo rollouts? #1290
Unanswered
manjeet-fetchai
asked this question in
Q&A
Replies: 1 comment
-
Argo rollouts uses the standard Kubernetes service resource behind the scenes. So if you have setup a service that is used by other internal pods, then those will "see" the canary as well. If your service is only used by external traffic, then only external traffic will "see" the canary. |
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 wanted to confirm does the argo rollouts: canary strategy is supported for backend purposes.
Will the pods be able to communicate internally with each other in same namespace with the canary rollout using any service or does it only routes traffics coming from outside to stable/canary pod.
Pod A -> Pod B/stable
Pod A -> Pod B/canary
without specifying the defined serivce of stable/canary
Beta Was this translation helpful? Give feedback.
All reactions