- Home
- All questions
- Question 469
CKA study material · question 469 of 1000
Which command reveals which cluster kubectl is currently talking to?
Show the answer
Answer: C. kubectl config current-context
current-context shows where commands go; use-context switches it, and a wrong context explains surprising results.
Source: kubectl Quick Reference (Kubernetes) — Kubectl context and configuration