A company needs to deploy a stateless, containerized web application to Google Cloud. The workload requires automatic scaling in response to incoming HTTP request volume while minimizing the operational overhead of managing underlying virtual machine infrastructure. Which Google Cloud compute service best satisfies these requirements?
- Cloud RunCevap
- BSpot Compute Engine instances
- CGKE Standard clusters with custom node pools
- DCloud Functions event-driven single-purpose functions
Cevap
Cloud Run is the optimal compute service because it runs stateless containers in a fully managed serverless environment that auto-scales based on HTTP traffic without requiring virtual machine or cluster management.
Cloud Run is a fully managed serverless compute platform that directly executes stateless HTTP container images. It automatically scales instances up or down according to incoming request volume (including scaling to zero when idle) and completely eliminates the need to provision, configure, or maintain virtual machines or Kubernetes cluster nodes.
Adım Adım Çözüm
Anahtar Kavram
Selecting Serverless Container Platforms for Stateless Workloads