[Deploy] Blue green deploy strategy #276
-
Which section?Console Which is the version?v11 DescriptionHello guys, Did you ever implement this strategy without using additional tools? Thanks. Actual OutcomeNo response Expected OutcomeNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi! Interesting! We in the past have used the canary, both of a single service using the service Kubernetes than of the entire namespace routing with an api-gateway to release incrementally a feature. We saw also to use additional tools, but we have never tried it in production. |
Beta Was this translation helpful? Give feedback.
Hi guys,
we didn't implement the blue/green strategy using kustomize at the moment.
With Enhanced Workflow and pull based approach, with tools like ArgoCD/FluxCD is possible to do that without custom flows.