Blue-Green Deployments: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
=Overview= | =Overview= | ||
=Organizatorium= | |||
* [[OpenShift_Application_Operations#Blue.2FGreen_Deployment|Blue/Green with OpenShift]] | |||
=Example= | =Example= | ||
{{External|https://github.com/openshift/origin/blob/master/examples/jenkins/pipeline/bluegreen-pipeline.yaml}} | {{External|https://github.com/openshift/origin/blob/master/examples/jenkins/pipeline/bluegreen-pipeline.yaml}} |
Revision as of 19:40, 24 December 2021
External
- Blue-Green Deployment by Martin Fowler
- Continuous Delivery: Reliable Software Releases through Build, Test, and Deployment Automation by Jez Humble, David Farley