An enterprise logistics company is redesigning its Google Cloud container infrastructure to support two distinct workload profiles. The first profile consists of stateless web APIs that experience highly variable traffic, where the operations team requires zero node management responsibility and pod-level SLA guarantees. The second profile consists of a batch analytics engine executing fault-tolerant, short-lived jobs that require deep customization of worker node kernel parameters (sysctl) and maximum cost reduction. Which TWO GKE cluster architecture decisions should the cloud architect implement to meet these requirements? (Select TWO.)
- Provision a GKE Autopilot cluster for the stateless web APIs to offload node configuration, maintenance, and node autoscaling to Google.Cevap
- Provision a GKE Standard cluster with a Spot VM node pool configured with custom sysctl settings for the batch analytics engine.Cevap
- CProvision a single GKE Autopilot cluster and configure custom node daemonsets with elevated host permissions to apply sysctl settings for the batch analytics engine.
- DProvision a GKE Standard cluster with Spot VM node pools for the stateless web APIs to eliminate node management overhead.
- EProvision a GKE Autopilot cluster using Spot pods with custom sysctl flags for both workloads to minimize operational costs.
Cevap
The correct decisions are to deploy a GKE Autopilot cluster for the stateless web APIs and a GKE Standard cluster with a Spot VM node pool featuring custom sysctl configurations for the batch analytics engine.
Deploying GKE Autopilot for the stateless web APIs fulfills the zero node management overhead requirement, as Google manages the underlying nodes. Deploying GKE Standard with a Spot VM node pool for the batch analytics engine permits custom sysctl kernel configurations while minimizing compute costs for fault-tolerant workloads.
Adım Adım Çözüm
Anahtar Kavram
Selecting between GKE Autopilot and GKE Standard based on node OS customization boundaries and choosing Spot VMs for cost-sensitive, fault-tolerant workloads.
Tahmini Süre:3m 0s