
Answer-first summary for fast verification
Answer: Enable the Node Auto-Upgrades feature for your GKE cluster.
The correct answer is B. Enabling the Node Auto-Upgrades feature for your GKE cluster ensures that the nodes in your cluster are automatically upgraded to the latest stable version of Kubernetes. This helps keep your cluster running a supported and stable version of Kubernetes. Option A, enabling Node Auto-Repair, focuses on repairing unresponsive nodes and does not address Kubernetes version stability. Option C, selecting the latest available cluster version, may introduce new bugs or issues. Option D, selecting Container-Optimized OS (cos), focuses on using a lightweight OS optimized for containers but does not address Kubernetes version stability.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have recently set up a new Google Kubernetes Engine (GKE) cluster and aim to ensure that it consistently operates on a supported and stable version of Kubernetes at all times. What steps should you take to achieve this?
A
Enable the Node Auto-Repair feature for your GKE cluster.
B
Enable the Node Auto-Upgrades feature for your GKE cluster.
C
Select the latest available cluster version for your GKE cluster.
D
Select 'Container-Optimized OS (cos)' as a node image for your GKE cluster.
No comments yet.