2v0-7123 Exam QuestionsBrowse all questions from this exam

2v0-7123 Exam - Question 39


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

Show Answer
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

5 comments
Sign in to comment
NEOEDGEOption: B
Oct 16, 2023

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

gregormOption: C
Oct 24, 2023

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

Luke_Skywalker01Option: B
Dec 2, 2023

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

Tpas1982Option: B
Dec 5, 2023

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

Jeff3005Option: B
Mar 21, 2024

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