A company is planning to deploy a stateless containerized web service packaged as a custom Docker image. The workload experiences unpredictable HTTP traffic spikes, requires automatic scaling down to zero instances during idle periods to minimize operational costs, and must be deployed with zero virtual machine or Kubernetes cluster management overhead. Which Google Cloud compute platform best meets these requirements?
- Cloud RunCevap
- BCloud Functions
- CGoogle Kubernetes Engine (GKE) Standard
- DCompute Engine Spot VMs in a Managed Instance Group
Cevap
Cloud Run is the optimal compute platform for containerized stateless web applications that require automatic scaling to zero with zero cluster management overhead.
Cloud Run is a fully managed serverless platform that deploys stateless container images directly. It automatically scales instances up to match incoming HTTP traffic and scales down to zero when no requests are being processed, completely eliminating cluster administration and idle compute costs.
Adım Adım Çözüm
Anahtar Kavram
Selecting Cloud Compute Services Based on Workload Characteristics and Operational Overhead
Tahmini Süre:1m 30s