Bird
0
0

During a blue-green deployment, the team notices that after switching traffic, some users still reach the old environment. What is the most probable issue?

medium📝 Analysis Q7 of 15
Microservices - CI/CD for Microservices
During a blue-green deployment, the team notices that after switching traffic, some users still reach the old environment. What is the most probable issue?
ADNS caching causing delay in traffic routing update
BThe new environment is not running
CThe old environment was deleted too soon
DThe database schema is incompatible
Step-by-Step Solution
Solution:
  1. Step 1: Identify cause of mixed traffic

    Users reaching old environment after switch usually happens due to DNS caching delays.
  2. Step 2: Rule out other causes

    New environment running or deletion timing does not cause mixed traffic; database schema issues affect data, not routing.
  3. Final Answer:

    DNS caching causing delay in traffic routing update -> Option A
  4. Quick Check:

    Mixed traffic cause = DNS caching delay [OK]
Quick Trick: DNS caching can delay traffic switch effect [OK]
Common Mistakes:
  • Assuming new environment is down
  • Deleting old environment too early
  • Confusing database issues with routing

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Microservices Quizzes