Exam 2v0-7123 All QuestionsBrowse all questions from this exam
Question 39

Which command has a valid syntax for scaling VMware Tanzu Kubernetes Grid cluster using Tanzu CLI?

    Correct Answer: B

    The correct command syntax for scaling a VMware Tanzu Kubernetes Grid cluster with the Tanzu CLI includes the '--controlplane-machine-count' and '--worker-machine-count' options. The proper command structure for this operation is 'tanzu cluster scale <cluster_name> --controlplane-machine-count 5 --worker-machine-count 10'. This matches option B.

Discussion
Tpas1982Option: B

https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/2.2/using-tkg/workload-clusters-scale.html

Luke_Skywalker01Option: B

tanzu cluster scale MY-CLUSTER --controlplane-machine-count 5 --worker-machine-count 10 https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/2.2/using-tkg/workload-clusters-scale.html

gregormOption: C

https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/2.2/using-tkg/workload-clusters-scale.html

NEOEDGEOption: B

https://nsxbaas.blog/2022/05/30/upgrading-and-scaling-tanzu-community-edition-clusters/

Jeff3005Option: B

B. it is the right answer because the very same example is on: https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/2.5/using-tkg/workload-clusters-scale.html tanzu cluster scale MY-CLUSTER --controlplane-machine-count 5 --worker-machine-count 10