Govur University Logo
--> --> --> -->
...

Which specific architectural approach for model deployment allows for near-zero downtime by running two identical production environments where traffic is switched from the old version to the new one only after the new one is verified?



The architectural approach described is called Blue-Green deployment. In this strategy, you maintain two identical production environments, known as Blue and Green. One environment, such as Blue, is currently live and serving all production traffic. The other envi....

Log in to view the answer



Redundant Elements