Practice Test Geeks home

Microservices CI/CD and Deployment Strategies Questions and Answers

A team wants to deploy a new version of its 'Checkout' microservice with zero downtime.
Their strategy involves setting up a complete, identical production environment ('Green') with the new version.

After running smoke tests on the 'Green' environment, they instantly switch the load balancer to direct 100% of live traffic from the old environment ('Blue') to the new one.

What is this deployment strategy called?

Select your answer