Your development team has developed a stateless HTTP web application packaged inside a custom Docker container image. You need to deploy this application to Google Cloud using a fully managed serverless platform that automatically scales up with traffic and scales down to zero when idle. Which Google Cloud service should you choose?
- Cloud RunCevap
- BCloud Functions
- CGoogle Kubernetes Engine (GKE) Autopilot
- DCompute Engine Managed Instance Groups (MIGs)
Cevap
Cloud Run is the optimal choice for deploying custom stateless Docker container images on a fully managed serverless compute platform that scales to zero.
Cloud Run is Google Cloud's serverless platform for deploying arbitrary stateless containers over HTTP. It handles scaling automatically, including scaling down to zero instances when no requests are being processed.
Adım Adım Çözüm
Anahtar Kavram
Selecting serverless compute services based on containerization and scaling requirements