Exam 5v0-2320 All QuestionsBrowse all questions from this exam
Question 11

Which command will show the Tanzu Kubernetes cluster versions available in the vSphere content library?

    Correct Answer: C

    To show the Tanzu Kubernetes cluster versions available in the vSphere content library, you need to use the command that lists the Tanzu Kubernetes releases. The correct command for this is 'kubectl get tanzukubernetesreleases'. This command is tailored specifically to retrieve information about available Kubernetes versions managed by Tanzu within the vSphere environment.

Discussion
lotsoOption: C

C. kubectl get tanzukubernetesreleases https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-232CCCF3-CCC1-4D7E-B67C-64590CB891DD.html

JGE

kubectl get tkr

MattE76Option: C

Kubectl get tkr

dmbuilOption: C

Agree, C,