
Answer-first summary for fast verification
Answer: Activate 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 related to updating node versions, not 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 auto-healing feature 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 stable Kubernetes version.
B
Implement auto-healing for the managed instance groups to automatically recover instances.
C
Activate auto-repairing for the nodes to allow Kubernetes engine to replace unhealthy nodes.
D
Enable auto-healing for the nodes, a feature that does not exist in Kubernetes.
No comments yet.