ExercisesProgressive Delivery Language › Blue-Green Deployment Vocabulary

Blue-Green Deployment Vocabulary

5 questions · Progressive Delivery Language

1. An engineer describes their release process: "We deploy the new version to the green environment while blue serves all production traffic. After testing green, we flip the router." What defines a blue-green deployment?
2. A team keeps the blue environment running for 24 hours after switching traffic to green. Why is this practice recommended?
3. A team plans a blue-green deployment that includes a database schema change. The architect warns: "We need to ensure schema compatibility." Why is this a specific challenge for blue-green deployments?
4. An engineer describes the traffic cutover step: "We update the load balancer to point to the green target group." What happens to in-flight requests during this switch?
5. A newly deployed green environment receives traffic but performs poorly for the first few minutes. The engineer says: "It needs a warm-up period." What causes this and how is it addressed?

Exercise complete!

out of 5 questions