VMware Carbon Black Cloud Enterprise EDR (2020) — Question 40
A development team has deployed a Tanzu Kubernetes cluster and would like to verify the version of Kubernetes that is running.
Which command will show this information?
Answer options
- A. kubectl describe tkc dev-cluster
- B. kubectl explain tkg dev-cluster
- C. kubectl get version
- D. kubectl get vm dev-cluster
Correct answer: A
Explanation
The command 'kubectl describe tkc dev-cluster' provides detailed information about the Tanzu Kubernetes cluster, including the Kubernetes version. The other options either do not pertain to version information or target different resources, making them incorrect for this specific requirement.