Google Cloud Professional Cloud Architect — Question 69

You want your Google Kubernetes Engine cluster to automatically add or remove nodes based on CPU load.
What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because it outlines the necessary steps to use both HorizontalPodAutoscaler for pod scaling and Cluster Autoscaler for node scaling together. Options B and D fail to mention enabling the Cluster Autoscaler, which is crucial for automatic node management. Option C incorrectly focuses on deployment settings rather than the necessary autoscaler configurations.