A company wants to deploy a simple, stateless HTTP web API on Google Cloud. The service experiences unpredictable, low-volume traffic and requires scale-to-zero capabilities with zero server management overhead. Which Google Cloud compute platform is the most suitable choice for this requirement?
- Cloud RunAnswer
- BGoogle Kubernetes Engine (GKE) Standard
- CCompute Engine Managed Instance Group (MIG)
- DBare Metal Solution
Answer
Cloud Run
Cloud Run is the optimal compute platform for containerized stateless HTTP microservices because it operates as a fully managed serverless solution that automatically scales instances based on incoming request volume and scales down to zero when idle.
Step-by-Step Solution
Key Concept
Selecting compute platforms for stateless containerized HTTP microservices