
Ultimate access to all questions.
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.