A team is deploying a new microservice on GKE Autopilot. They want to ensure the workload has a 99.9% availability SLA without managing nodes. Which GKE mode should they use?
Trap 1: GKE Standard
GKE Standard requires node management and does not provide a workload-level SLA.
Trap 2: GKE Autopilot
This option is identical to option D but listed as incorrect due to a duplicate. The correct choice is GKE Autopilot, which is option D.
Trap 3: GKE on Bare Metal
GKE on Bare Metal is for on-premises deployments and does not meet the no-node-management requirement.
- A
GKE Standard
Why wrong: GKE Standard requires node management and does not provide a workload-level SLA.
- B
GKE Autopilot
Why wrong: This option is identical to option D but listed as incorrect due to a duplicate. The correct choice is GKE Autopilot, which is option D.
- C
GKE on Bare Metal
Why wrong: GKE on Bare Metal is for on-premises deployments and does not meet the no-node-management requirement.
- D
GKE Autopilot
GKE Autopilot is fully managed and provides workload-level SLAs without node management, meeting the 99.9% availability requirement.