Question 166 of 284
Single answerYour web application has been running successfully on Cloud Run for Anthos. You want to evaluate an updated version of the application with a specific percentage of your production users (canary deployment). What should you do?
ACreate a new service with the new version of the application. Split traffic between this version and the version that is currently running.
✓BCreate a new revision with the new version of the application. Split traffic between this version and the version that is currently running.
CCreate a new service with the new version of the application. Add an HTTP Load Balancer in front of both services.
DCreate a new revision with the new version of the application. Add an HTTP Load Balancer in front of both revisions.
✓
Correct Answer: B
Create a new revision with the new version of the application. Split traffic between this version and the version that is currently running.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.