Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Green Blue Deployments #6

Open
walkerrandolphsmith opened this issue Aug 12, 2020 · 0 comments
Open

Green Blue Deployments #6

walkerrandolphsmith opened this issue Aug 12, 2020 · 0 comments
Projects

Comments

@walkerrandolphsmith
Copy link
Owner

Green Blue deployments describe two versions of the same service running in production.

We can demonstrate green blue deployments by using Istio to manage envoy sidecar proxies and apply weighted traffic rules. Weighted rules allow for percentage-based thresholds to be applied to deployments of different versions of a service. 40% of traffic goes to the blue version and 60% to the green version

Example scenario:

@walkerrandolphsmith walkerrandolphsmith added this to Ready in roadmap Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
roadmap
  
Ready
Development

No branches or pull requests

1 participant