Blue-Green Deployments: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
=Overview= | =Overview= | ||
<font color=darkkhaki> | |||
TO PROCESS: | |||
* Martin Fowler article | |||
* Jez Humble's chapter in [[CDRSRBTDA]] | |||
</font> | |||
=Organizatorium= | =Organizatorium= | ||
* [[OpenShift_Application_Operations#Blue.2FGreen_Deployment|Blue/Green with OpenShift]] | * [[OpenShift_Application_Operations#Blue.2FGreen_Deployment|Blue/Green with OpenShift]] | ||
* https://github.com/openshift/origin/blob/master/examples/jenkins/pipeline/bluegreen-pipeline.yaml | * https://github.com/openshift/origin/blob/master/examples/jenkins/pipeline/bluegreen-pipeline.yaml |
Revision as of 19:50, 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
Internal
Overview
TO PROCESS:
- Martin Fowler article
- Jez Humble's chapter in CDRSRBTDA