Google
ASSOCIATE-CLOUD-ENGINEER · Question #16
You create a new Google Kubernetes Engine (GKE) cluster and want to make sure that it always runs a supported and stable version of Kubernetes. What should you do?
The correct answer is B. Enable the Node Auto-Upgrades feature for your GKE cluster.. Creating or upgrading a cluster by specifying the version as <latest> does not provide automatic upgrades. Enable automatic node upgrades to ensure that the nodes in your cluster up to date with the latest stable version. https://cloud.google.com/kubernetes-engine/versioning-and-
Submitted by viktor_hu· Mar 30, 2026Ensuring successful operation of a cloud solution
Question
You create a new Google Kubernetes Engine (GKE) cluster and want to make sure that it always runs a supported and stable version of Kubernetes. What should you do?
Options
- AEnable the Node Auto-Repair feature for your GKE cluster.
- BEnable the Node Auto-Upgrades feature for your GKE cluster.
- CSelect the latest available cluster version for your GKE cluster.
- DSelect "Container-Optimized OS (cos)" as a node image for your GKE cluster.
How the community answered
(17 responses)- A6% (1)
- B88% (15)
- C6% (1)
Explanation
Creating or upgrading a cluster by specifying the version as <latest> does not provide automatic upgrades. Enable automatic node upgrades to ensure that the nodes in your cluster up to date with the latest stable version. https://cloud.google.com/kubernetes-engine/versioning-and-upgrades
Topics
#GKE#node auto-upgrades#Kubernetes version management#cluster maintenance
Community Discussion
No community discussion yet for this question.