aws-samples / aws-microservices-deploy-options

This repo contains a simple application that consists of three microservices. Each application is deployed using different Compute options on AWS.
MIT No Attribution
427 stars 179 forks source link

Blue/green deployment for Kubernetes #189

Closed arun-gupta closed 6 years ago

arun-gupta commented 6 years ago

Show blue/green deployment for Kubernetes

arun-gupta commented 6 years ago

https://github.com/aws-samples/aws-workshop-for-kubernetes/tree/master/02-path-working-with-clusters/202-service-mesh#using-istio-with-kubernetes

arun-gupta commented 6 years ago

Here are the steps that will work:

curl -L https://git.io/getLatestIstio | sh -
cd istio-0.7.1/
kubectl apply -f install/kubernetes/istio.yaml
Create route rules

https://istio.io/docs/concepts/traffic-management/rules-configuration.html may be simpler