背景半波浪
DevOps

What is a blue/green deployment?

Last updated: October 17, 2025

What is a blue/green deployment?

Blue/green deployment is a deployment strategy where two identical production environments, one "blue" and one "green," are used to reduce downtime and minimize risks during software updates, by switching traffic to the new environment once it has been verified to be functioning correctly.