QuestionQ324
Managing operationsYour organization plans to deploy a large number of Google Kubernetes Engine (GKE) clusters for business applications across different folders and projects. You must ensure that all GKE nodes always run the latest release to reduce vulnerability risk and administrative effort. What should you do?
- A After creating clusters, use the Google Cloud console gcloud container node-pools describe NODE_POOL_NAME --cluster=CLUSTER_NAME command. Examine the upgradeSettings and UpdateInfo output.
- B Create a custom organization policy constraint resource.management.autoUpgrade == true with an action type of ALLOW at the organization level before deployment.
- C Create a new node pool with the newer version for each cluster. Migrate the workload. Eliminate the outdated node pool.
- D Manually run the Google Cloud console gcloud container clusters upgrade CLUSTER_NAME--node-pool=NODE_POOL_NAME --cluster-version VERSION command on newly created clusters regularly.
Community Discussion