Google Cloud Professional Cloud Architect — Question 115

You are managing an application deployed on Cloud Run for Anthos, and you need to define a strategy for deploying new versions of the application. You want to evaluate the new code with a subset of production traffic to decide whether to proceed with the rollout. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because deploying a new revision to Cloud Run with traffic percentage configuration allows for controlled testing of the new version with live traffic. Option B is incorrect as it involves creating a new service instead of using revisions, which does not meet the requirement of evaluating the new code. Options C and D involve additional configurations that are unnecessary for simply testing a new version with a percentage of traffic.