Microservices - CI/CD for MicroservicesWhich deployment rollback approach uses two separate but identical production environments to switch traffic instantly?AShadow deploymentBCanary deploymentCRolling updateDBlue-green deploymentCheck Answer
Step-by-Step SolutionSolution:Step 1: Identify deployment typesBlue-green deployment involves two identical environments where traffic switches between them.Step 2: Match rollback approachOnly blue-green uses this environment switching for rollback; others use gradual or parallel methods.Final Answer:Blue-green deployment -> Option DQuick Check:Blue-green = two identical environments [OK]Quick Trick: Blue-green means two identical environments [OK]Common Mistakes:Confusing canary with blue-greenThinking rolling update uses two environmentsAssuming shadow deployment switches traffic instantly
Master "CI/CD for Microservices" in Microservices9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepArchTryChallengeDesignRecallScale
More Microservices Quizzes Advanced Patterns - Backend for Frontend (BFF) pattern - Quiz 13medium Advanced Patterns - Backend for Frontend (BFF) pattern - Quiz 2easy Configuration and Secrets Management - Environment-based configuration - Quiz 5medium Migration from Monolith - Incremental migration plan - Quiz 12easy Migration from Monolith - Identifying service boundaries - Quiz 12easy Migration from Monolith - Database decomposition strategy - Quiz 11easy Real-World Architecture Case Studies - Spotify architecture overview - Quiz 7medium Real-World Architecture Case Studies - Architecture decision records (ADR) - Quiz 8hard Testing Microservices - Chaos engineering basics - Quiz 8hard Testing Microservices - Test environments and data - Quiz 10hard