Aspect | Description |
---|---|
Dual-Track Development | Developing two branches of a service in parallel, one for bug fixes and maintenance (blue branch), and another for new features and innovation (green branch) |
Continuous Integration and Deployment | Automating the build, test, and deployment processes using continuous integration and deployment (CI/CD) pipelines |
Traffic Shifting | Gradually routing traffic from the old version (blue) to the new version (green) after the new version has been verified and validated |
Created
August 29, 2023 16:38
-
-
Save EliFuzz/19e5812b62f014d179f1bb499b51db72 to your computer and use it in GitHub Desktop.
Overview Table: Service Mesh. Blue-Green Deployments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment