
Answer-first summary for fast verification
Answer: Upload Docker images to Artifact Registry, and deploy the application on Cloud Run.
The correct answer is D: 'Upload Docker images to Artifact Registry, and deploy the application on Cloud Run.' This is because Cloud Run abstracts away all infrastructure management tasks. It allows you to deploy containerized applications directly on top of Google's infrastructure, ensuring automatic scaling as the application gains popularity. Options A, B, and C involve managing infrastructure or configuring nodes, which the development team wants to avoid.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your application development team has successfully created Docker images for a new application slated for deployment on Google Cloud. The team prefers not to handle the underlying infrastructure management for this application. Consequently, you need to implement a solution that allows the application to scale automatically in response to increasing usage and popularity. What steps should you take to achieve this?
A
Create an instance template with the container image, and deploy a Managed Instance Group with Autoscaling.
B
Upload Docker images to Artifact Registry, and deploy the application on Google Kubernetes Engine using Standard mode.
C
Upload Docker images to the Cloud Storage, and deploy the application on Google Kubernetes Engine using Standard mode.
D
Upload Docker images to Artifact Registry, and deploy the application on Cloud Run.
No comments yet.