Reputation: 11
I'm setting up a Blue-Green deployment strategy using Spinnaker for my Kubernetes-based application. The goal is to alternate between Blue and Green environments for each deployment. I need guidance on how to design a Spinnaker pipeline that can:
I am unsure how Spinnaker can determine whether the Blue or Green environment is currently active in this process.
I used the deploy type with rollout in Spinnaker, but it doesn't seem to handle the Blue <-> Green switch in the way I want.
Upvotes: 1
Views: 105