Blue Green Deployment with Helm Charts
问题 We Could deploy applications using 'Helm Charts' with helm install --name the-release helm/the-service-helm --namespace myns And we cold 'Rolling Upgrade' the deployment using, helm upgrade --recreate-pods the-release helm/the-service-helm --namespace myns Is there a way to use 'Helm Charts' to achieve 'Blue/Green' Deployments? 回答1: Let's start from definitions Since there are many deployment strategies, let's start from the definition. As per Martin Flowers' definition of Blue-Green