
Answer-first summary for fast verification
Answer: Turn on auto-repairing for the nodes to allow Kubernetes engine to replace unhealthy nodes.
The correct answer is **C** because enabling auto-repairing for the nodes enhances resiliency and high availability by allowing Kubernetes engine to automatically replace nodes that fail health checks. This feature is crucial for maintaining a healthy, running state of your cluster without manual intervention. - **Option A** is incorrect as auto-upgrades are for updating node versions, not for ensuring node health. - **Option B** is incorrect because auto-healing for managed instance groups is not applicable to Kubernetes clusters. - **Option D** is incorrect as there is no such feature as auto-healing for nodes in Kubernetes. For more details, refer to the [GCP documentation on Kubernetes Auto-Repairing](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-repair).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
To ensure your Kubernetes Cluster on Google Cloud Platform is resilient and highly available without manual intervention, what configuration should be applied?
A
Enable auto-upgrades for the nodes to keep them updated with the latest Kubernetes version.
B
Activate auto-healing for the managed instance groups to automatically recover instances.
C
Turn on auto-repairing for the nodes to allow Kubernetes engine to replace unhealthy nodes.
D
Implement auto-healing for the nodes, a feature that does not exist.
No comments yet.