
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.