Soru

Zorluk: KolayPlanning and Assessing Cloud Compute Solutions

A cloud solution architect is planning Google Cloud compute infrastructure for two separate organizational workloads:

1. A stateless, fault-tolerant batch processing job that can tolerate unexpected node preemptions and requires maximum cost reduction.
2. A lightweight containerized webhook service that experiences intermittent HTTP requests, needs to scale down to zero, and requires zero node management overhead.

Which TWO of the following Google Cloud compute configurations should be recommended for these workloads?

  1. Compute Engine Spot VMs for the stateless batch processing workloadCevap
  2. Cloud Run for the containerized HTTP webhook serviceCevap
  3. C
    Compute Engine Spot VMs to host a primary, continuous stateful relational database instance
  4. D
    Google Kubernetes Engine (GKE) Standard clusters for the webhook service to eliminate node management overhead
  5. E
    Cloud Functions for deploying multi-container legacy monolithic applications with custom OS package dependencies

Cevap

The correct compute choices are Compute Engine Spot VMs for the stateless batch job and Cloud Run for the containerized webhook service.
Selecting Compute Engine Spot VMs for the batch job leverages maximum cost efficiency for interruption-tolerant processing. Selecting Cloud Run for the containerized HTTP webhook satisfies the need for zero infrastructure node management and automatic scaling to zero when idle.

Adım Adım Çözüm

1
Assess the requirements of the batch processing workload.
The workload is stateless, fault-tolerant, and requires low cost.
Spot VMs offer significantly lower pricing in exchange for compute instances that can be interrupted at any time.
2
Assess the requirements of the HTTP webhook workload.
The service is containerized, intermittent, needs to scale to zero, and requires zero node infrastructure management.
Cloud Run provides a serverless execution environment for containerized applications with automatic scaling to zero and no worker node management.

Anahtar Kavram

Matching Google Cloud compute options (Spot VMs vs Cloud Run vs GKE Standard vs Cloud Functions) to specific workload fault-tolerance, operational overhead, and scaling requirements.
Bu soruyu puanla