A digital publishing firm needs to host a newly containerized, stateless HTTP microservice that renders vector graphics on demand. The workload experiences unpredictable traffic spikes throughout the day and stays completely idle overnight. The architectural goal is to minimize operational management overhead and infrastructure cost by automatically scaling down to zero when no traffic is present. Which Google Cloud compute platform should you recommend?
- Cloud RunCevap
- BGoogle Kubernetes Engine (GKE) Autopilot cluster
- CCompute Engine Managed Instance Group (MIG) autoscaling on CPU utilization
- DCompute Engine Virtual Machines with 3-year Committed Use Discounts
Cevap
Cloud Run is the optimal compute platform for containerized stateless HTTP microservices that require scaling down to zero and minimal operational overhead.
Cloud Run provides a fully managed serverless compute environment for stateless containers. It automatically scales instances up to handle request traffic bursts and scales down to zero when idle, minimizing both management overhead and resource costs.
Adım Adım Çözüm
Anahtar Kavram
Selecting containerized compute platforms based on statelessness, scaling characteristics, and operational overhead.