
Answer-first summary for fast verification
Answer: Deploy the application to Cloud Run. Use gradual rollouts for traffic splitting.
The correct answer is A. Deploy the application to Cloud Run and use gradual rollouts for traffic splitting. Cloud Run is a serverless platform that supports deploying new versions of an application and gradually rolling out updates using traffic splitting. This makes it ideal for testing a new version of an application with a small percentage of production traffic. The other options do not provide the same level of support for serverless deployment and traffic splitting for testing new versions of an application.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are tasked with deploying an application in Google Cloud utilizing serverless technology. As part of the deployment strategy, you aim to test a new version of this application by directing a small percentage of the production traffic to this new version. What actions should you take to achieve this?
A
Deploy the application to Cloud Run. Use gradual rollouts for traffic splitting.
B
Deploy the application to Google Kubernetes Engine. Use Anthos Service Mesh for traffic splitting.
C
Deploy the application to Cloud Functions. Specify the version number in the functions name.
D
Deploy the application to App Engine. For each new version, create a new service.
No comments yet.