Question 182 of 315
Single answerYour company uses Google Kubernetes Engine (GKE) as a platform for all workloads. Your company has a single large GKE cluster that contains batch, stateful, and stateless workloads. The GKE cluster is configured with a single node pool with 200 nodes. Your company needs to reduce the cost of this cluster but does not want to compromise availability. What should you do?
ACreate a second GKE cluster for the batch workloads only. Allocate the 200 original nodes across both clusters.
BConfigure CPU and memory limits on the namespaces in the cluster. Configure all Pods to have a CPU and memory limits.
✓CConfigure a HorizontalPodAutoscaler for all stateless workloads and for all compatible stateful workloads. Configure the cluster to use node auto scaling.
DChange the node pool to use preemptible VMs.
✓
Correct Answer: C
Configure a HorizontalPodAutoscaler for all stateless workloads and for all compatible stateful workloads. Configure the cluster to use node auto scaling.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.