VMware Carbon Black Cloud Enterprise EDR (2020) — Question 11
Which command will show the Tanzu Kubernetes cluster versions available in the vSphere content library?
Answer options
- A. kubectl get rc,services
- B. kubectl get contentlibrary
- C. kubectl get tanzukubernetesreleases
- D. kubectl get tanzuimages
Correct answer: C
Explanation
The correct answer is C, as the command 'kubectl get tanzukubernetesreleases' specifically retrieves the versions of Tanzu Kubernetes clusters available in the content library. The other options do not pertain to Tanzu Kubernetes releases; A retrieves replication controllers and services, B accesses the content library generally, and D lists Tanzu images instead.