Problem
Deployments cause downtime or errors during transition. Rollback requires redeploying previous version.
Also known as: blue-green, red-black, zero-downtime-deployment
Run two identical environments (blue, green). Switch traffic atomically for zero-downtime deployments with instant rollback.
Deployments cause downtime or errors during transition. Rollback requires redeploying previous version.
High — 2x capacity during deploy
Medium — switch automation, validation
Low — simple concept
Switch mechanism fails → split brain
Schema incompatibility → errors after switch
Session loss: users logged out
Validation gaps: issues only appear under real load
Green environment drift: not truly identical