Question 189 of 284
Single answerYou are assigned to maintain a Google Kubernetes Engine (GKE) cluster named 'dev' that was deployed on Google Cloud. You want to manage the GKE configuration using the command line interface (CLI). You have just downloaded and installed the Cloud SDK. You want to ensure that future CLI commands by default address this specific cluster What should you do?
✓AUse the command gcloud config set container/cluster dev.
BUse the command gcloud container clusters update dev.
CCreate a file called gke.default in the ~/.gcloud folder that contains the cluster name.
DCreate a file called defaults.json in the ~/.gcloud folder that contains the cluster name.
✓
Correct Answer: A
Use the command gcloud config set container/cluster dev.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.