5V0-23.20 · Question #26
Which value must be increased or decreased to horizontally scale a Tanzu Kubernetes cluster?
The correct answer is C. Worker node count. Scale a Cluster Horizontally With the Tanzu CLI To horizontally scale a Tanzu Kubernetes cluster, use the tanzu cluster scale command. You change the number of control plane nodes by specifying the --controlplane-machine-count option. You change the number of worker nodes by…
Question
Which value must be increased or decreased to horizontally scale a Tanzu Kubernetes cluster?
Options
- ANamespaces
- Betcd instance
- CWorker node count
- DReplicaSets
How the community answered
(57 responses)- A2% (1)
- B11% (6)
- C82% (47)
- D5% (3)
Explanation
Scale a Cluster Horizontally With the Tanzu CLI To horizontally scale a Tanzu Kubernetes cluster, use the tanzu cluster scale command. You change the number of control plane nodes by specifying the --controlplane-machine-count option. You change the number of worker nodes by specifying the --worker-machine-count option.
Topics
Community Discussion
No community discussion yet for this question.