
Ultimate access to all questions.
Answer-first summary for fast verification
Answer: Create a new revision with the new version of the application. Split traffic between this version and the version that is currently running.
The correct answer is B: 'Create a new revision with the new version of the application. Split traffic between this version and the version that is currently running.' This approach leverages the capabilities of Cloud Run for Anthos, which allows traffic to be split between multiple revisions. This is a key feature for performing canary deployments, enabling you to gradually shift traffic to the new revision while monitoring its performance.
Author: LeetQuiz Editorial Team
Your web application has been performing well on Cloud Run for Anthos. Now, you intend to test an updated version of this application with a subset of your production user base by implementing a canary deployment strategy. What steps should you take to accomplish this?
A
Create a new service with the new version of the application. Split traffic between this version and the version that is currently running.
B
Create a new revision with the new version of the application. Split traffic between this version and the version that is currently running.
C
Create a new service with the new version of the application. Add an HTTP Load Balancer in front of both services.
D
Create a new revision with the new version of the application. Add an HTTP Load Balancer in front of both revisions.
No comments yet.