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 RunCevap
- BGoogle Kubernetes Engine (GKE) Standard
- CCompute Engine Managed Instance Group (MIG)
- DCloud Spanner
Cevap
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.
Adım Adım Çözüm
Anahtar Kavram
Selecting serverless container platforms for stateless HTTP microservices to minimize operational overhead
Tahmini Süre:45s