exam questions

Exam Associate Cloud Engineer All Questions

View all questions & answers for the Associate Cloud Engineer exam

Exam Associate Cloud Engineer topic 1 question 189 discussion

Actual exam question from Google's Associate Cloud Engineer
Question #: 189
Topic #: 1
[All Associate Cloud Engineer Questions]

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

  • A. Use the command gcloud config set container/cluster dev.
  • B. Use the command gcloud container clusters update dev.
  • C. Create a file called gke.default in the ~/.gcloud folder that contains the cluster name.
  • D. Create a file called defaults.json in the ~/.gcloud folder that contains the cluster name.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
73173v2
Highly Voted 2 years, 3 months ago
Selected Answer: A
To set a default cluster for gcloud commands, run the following command: https://cloud.google.com/kubernetes-engine/docs/how-to/managing-clusters
upvoted 12 times
...
ccpmad
Most Recent 6 months, 2 weeks ago
Selected Answer: A
https://cloud.google.com/kubernetes-engine/docs/how-to/managing-clusters#default_cluster_gcloud To set a default cluster for gcloud commands, run the following command: gcloud config set container/cluster CLUSTER_NAME
upvoted 3 times
...
Jonassamr
6 months, 3 weeks ago
Selected Answer: A
https://cloud.google.com/kubernetes-engine/docs/how-to/managing-clusters?hl=fr
upvoted 1 times
...
scanner2
1 year, 2 months ago
Selected Answer: A
Answer = A
upvoted 1 times
...
snkhatri
2 years, 3 months ago
Selected Answer: A
A looks right to me
upvoted 1 times
...
AzureDP900
2 years, 5 months ago
A is right To set a default cluster for gcloud commands, run the following command: gcloud config set container/cluster CLUSTER_NAME
upvoted 4 times
...
ggupton1
2 years, 6 months ago
Selected Answer: A
Set a default cluster forgcloud To set a default cluster for commands gcloud, run the following command: Per https://cloud.google.com/kubernetes-engine/docs/how-to/managing-clusters?hl=fr gcloud config set container/cluster CLUSTER_NAME
upvoted 3 times
...
Akash7
2 years, 6 months ago
Answer is A, To set a default cluster for gcloud commands, run the following command: gcloud config set container/cluster CLUSTER_NAME https://cloud.google.com/kubernetes-engine/docs/how-to/managing-clusters?hl=en
upvoted 1 times
...
MadMikedD
2 years, 6 months ago
Selected Answer: A
To set a default cluster for gcloud commands, run the following command: gcloud config set container/cluster CLUSTER_NAME
upvoted 3 times
cheeseburger12388
2 years, 6 months ago
https://cloud.google.com/kubernetes-engine/docs/how-to/managing-clusters#default_cluster_kubectl
upvoted 1 times
...
...
aswinachu
2 years, 7 months ago
Selected Answer: B
Correct Ans B https://cloud.google.com/sdk/gcloud/reference/container/clusters/update
upvoted 1 times
...
VympelGRU
2 years, 7 months ago
B sounds right.
upvoted 2 times
...
Maltb
2 years, 7 months ago
Selected Answer: A
https://cloud.google.com/kubernetes-engine/docs/how-to/managing-clusters?hl=fr
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...