Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your team is modernizing a legacy application by leveraging Docker. What is the best choice to deploy this application on Google Cloud to avoid managing infrastructure and ensure the app scales well with increasing popularity?
A
Store Docker images in Cloud Storage, and proceed to deploy the application on Google Kubernetes Engine using the Standard mode.
B
Move Docker images to Artifact Registry, and carry out the deployment of the application on Cloud Run.
C
Transfer Docker images to Artifact Registry, and proceed to deploy the application on Google Kubernetes Engine using the Standard mode.
D
Create an instance template using the container image, then set up a Managed Instance Group that employs Autoscaling.