Soru

Zorluk: KolayPlanning and Assessing Cloud Compute Solutions

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?

  1. Cloud RunCevap
  2. B
    Spot Compute Engine instances
  3. C
    GKE Standard clusters with custom node pools
  4. D
    Cloud 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

1
Analyze the workload requirements
The workload is containerized, stateless, web/HTTP-based, and requires minimal infrastructure management.
Matching workload attributes to GCP compute paradigms determines the optimal service choice.
2
Evaluate Google Cloud serverless container options
Cloud Run provides serverless execution for arbitrary container images with automatic scaling to zero and zero node management.
Cloud Run fulfills both the container deployment requirement and the minimal infrastructure operational constraint.

Anahtar Kavram

Selecting Serverless Container Platforms for Stateless Workloads
Bu soruyu puanla