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?
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.