Bird
0
0

Which deployment rollback approach uses two separate but identical production environments to switch traffic instantly?

easy📝 Conceptual Q2 of 15
Microservices - CI/CD for Microservices
Which deployment rollback approach uses two separate but identical production environments to switch traffic instantly?
AShadow deployment
BCanary deployment
CRolling update
DBlue-green deployment
Step-by-Step Solution
Solution:
  1. Step 1: Identify deployment types

    Blue-green deployment involves two identical environments where traffic switches between them.
  2. Step 2: Match rollback approach

    Only blue-green uses this environment switching for rollback; others use gradual or parallel methods.
  3. Final Answer:

    Blue-green deployment -> Option D
  4. Quick Check:

    Blue-green = two identical environments [OK]
Quick Trick: Blue-green means two identical environments [OK]
Common Mistakes:
  • Confusing canary with blue-green
  • Thinking rolling update uses two environments
  • Assuming shadow deployment switches traffic instantly

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Microservices Quizzes