DevOpsDeployment
KW-0044

Blue-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

Built with ♥ by Sakib