Google Cloud Professional Cloud Developer — Question 340

You are deploying new workloads on a GKE Autopilot mode cluster. You need to ensure that the Pods are scheduled on nodes that use Arm architecture CPUs. The cluster currently has no Arm-based CPUs. You want to minimize cluster operations. How should you ensure that the workloads on the GKE cluster will use Arm-based CPU nodes?

Answer options

Correct answer: D

Explanation

The correct answer is D, as it directly specifies the requirement for Arm architecture in the manifest, ensuring the workloads are deployed on the appropriate nodes. Options A and B focus on controlling scheduling behavior without addressing the need for Arm CPUs. Option C suggests creating a new cluster, which would increase operational complexity rather than minimizing it.