An organization needs to host a simple, stateless HTTP web microservice packaged in a Docker container. The application experiences unpredictable traffic, and the architecture team requires a solution that minimizes operational overhead by avoiding virtual machine or cluster management. Which Google Cloud compute platform should you select?
- Cloud RunAnswer
- BGoogle Kubernetes Engine (GKE) Standard
- CCompute Engine Managed Instance Group (MIG)
- DCloud Spanner
Answer
Cloud Run is the optimal compute platform choice because it is a fully managed serverless service designed specifically for stateless HTTP containers, offering automatic scaling and zero cluster management overhead.
Cloud Run is a fully managed serverless compute platform that directly executes containerized applications. It automatically scales up or down—including down to zero—based on incoming web traffic, eliminating the need to manage virtual machines or Kubernetes clusters.
Step-by-Step Solution
Key Concept
Selecting serverless container platforms for stateless HTTP microservices to minimize operational overhead
Estimated Time:45s