Skip to content
devops

Blue-Green

Blue-Green Deployment

Definition

Blue-green deployment maintains two identical production environments (blue = current, green = new). Traffic is switched from blue to green atomically when the new version is ready, and blue is kept as an instant rollback target.

Unlike canary deployments, blue-green switches all traffic at once, eliminating the mixed-version state. It requires double the infrastructure during the transition period.


Ship secure code faster

Crash Override integrates security into the developer workflow. No context switching, no waiting on reviews.