A company is planning to deploy a lightweight internal web portal on Google Cloud. The DevOps team wants Google Cloud to manage all underlying node infrastructure, including automatic provisioning, scaling, node maintenance, and security hardening, without needing to manually define or manage node pools. Which GKE mode of operation should the team choose to meet these requirements?
- GKE Autopilot modeCevap
- BGKE Standard mode with custom node pools
- CGKE Standard mode using Spot VM node pools
- DCompute Engine Managed Instance Groups (MIGs) running custom Kubernetes containers
Cevap
Deploying the workload using GKE Autopilot mode fulfills the requirement because Google Cloud manages the cluster nodes, sizing, security configuration, and node scaling automatically.
GKE Autopilot mode fully automates node provisioning, cluster scaling, node maintenance, and security hardening. Users focus solely on defining workload pod specifications, making it the ideal choice when zero node-management overhead is requested.
Adım Adım Çözüm
Anahtar Kavram
GKE Autopilot vs. Standard Operational Boundaries