B

Blue-Green Deployment

Definition

A deployment strategy that maintains two identical production environments (blue and green). New code is deployed to the inactive environment, tested, and then traffic is switched over. This approach enables zero-downtime deployments and easy rollback.

Defined Term