
Explanation:
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.
For more details, refer to the GCP documentation on Kubernetes Auto-Repairing.
Ultimate access to all questions.
No comments yet.
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.