Question 5 of 284
Single answerYou are using multiple configurations for gcloud. You want to review the configured Kubernetes Engine cluster of an inactive configuration using the fewest possible steps. What should you do?
AUse gcloud config configurations describe to review the output.
BUse gcloud config configurations activate and gcloud config list to review the output.
CUse kubectl config get-contexts to review the output.
✓DUse kubectl config use-context and kubectl config view to review the output.
✓
Correct Answer: D
Use kubectl config use-context and kubectl config view to review the output.
▥
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.