An organization wants to host a stateless HTTP microservice on Google Cloud. The architecture team has established two strict operational constraints:
1. The compute platform must automatically scale down to zero instances during periods of no traffic to minimize idle costs.
2. The infrastructure must be fully serverless, requiring zero management or maintenance of underlying clusters or virtual machines.
Which TWO Google Cloud compute platforms meet these criteria?
- Cloud RunCevap
- Cloud FunctionsCevap
- CGoogle Kubernetes Engine (GKE) Standard
- DCompute Engine Managed Instance Groups
Cevap
Cloud Run and Cloud Functions both provide fully managed serverless execution that automatically scales to zero instances when idle with zero infrastructure management overhead.
Cloud Run and Cloud Functions are both fully managed serverless compute services on Google Cloud. They automatically scale capacity based on incoming traffic volume, including scaling down to zero when no requests are actively being processed. This eliminates baseline compute costs during idle periods and requires no infrastructure provisioning, operating system patching, or cluster management.
Adım Adım Çözüm
Anahtar Kavram
Serverless compute platform selection and scaling characteristics in Google Cloud.