
Answer-first summary for fast verification
Answer: Deploy the image to Cloud Run.
The question emphasizes minimizing infrastructure and operational complexity. Cloud Run (A) is a fully managed serverless platform that automatically scales, requires no infrastructure management, and is ideal for stateless containers. GKE Autopilot (B) reduces node management but still involves Kubernetes operational overhead. GKE Standard (C) requires manual cluster management, increasing complexity. Compute Engine (D) involves VM management, which contradicts the goal. Since the application has no OS dependencies and is containerized, Cloud Run is the simplest and most cost-effective option.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are migrating an ecommerce application to Google Cloud. The application is currently running on a VM with no OS dependencies. You've created a Dockerfile and uploaded the image to Artifact Registry. Your goal is to minimize infrastructure and operational overhead. What is the recommended approach?
A
Deploy the image to Cloud Run.
B
Deploy the image to a GKE Autopilot cluster.
C
Deploy the image to a GKE Standard cluster.
D
Deploy the image to a Compute Engine instance.
No comments yet.