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 RunCevap
- BGoogle Kubernetes Engine (GKE) Standard
- CCompute Engine Managed Instance Group (MIG)
- DBare Metal Solution
Cevap
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.
Adım Adım Çözüm
Anahtar Kavram
Selecting compute platforms for stateless containerized HTTP microservices