DevOpsDeployment
KW-0044Blue-Green Deployment
Pattern
Meaning
deployment strategy with two environments (old and new), where traffic is switched to the new version after validation
Example
“Run new version in “green” environment, test it, then switch traffic from “blue” to “green””
Reference
Enables safe deployments with quick rollback; requires duplicate environments
Related
zero downtimerollbackdeployment strategy