A development team has submitted a YAML specification to create a Tanzu Kubernetes cluster called dev-cluster and wants to verify that the cluster is running.
Which command should be run to obtain this verification?
I'm guessing C.
https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-with-tanzu-tkg/GUID-1841861D-2401-48E8-8A16-3C428A5BAC83.html
A. kubectl show tkc dev-cluster - No - "Show" is not a kubectl command
B. kubectl get cluster dev-cluster - No - The question specifically mentions it is a Tanzu Kubernetes cluster
C. kubectl get tkc dev-cluster - Yes, this is the correct syntax
D. kubectl list cluster dev-cluster - No, "List" is not a kubectl command
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
HenryDCase
2 months, 2 weeks agoobeythefist
4 months, 1 week agoAbhi333
4 months, 1 week ago