Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

VMware 3V0-24.25 Exam - Topic 2 Question 1 Discussion

An administrator has been tasked to temporarily scale the Control Plane of a VKS cluster with no service disruption. How should the administrator accomplish this task?
A) Edit the cluster.yaml file to change the number of Control Plane replicas.
B) Delete and redeploy the cluster with the desired number of Control Plane nodes.
C) Create a new namespace with the desired number of Control Plane nodes.
D) Create a new cluster in the namespace with the requested number of nodes.

VMware 3V0-24.25 Exam - Topic 2 Question 1 Discussion

Actual exam question for VMware's 3V0-24.25 exam
Question #: 1
Topic #: 2
[All 3V0-24.25 Questions]

An administrator has been tasked to temporarily scale the Control Plane of a VKS cluster with no service disruption. How should the administrator accomplish this task?

Show Suggested Answer Hide Answer
Suggested Answer: A

VKS cluster lifecycle is managed using adeclarative API: you usekubectl with a YAML fileto specify the desired state of the cluster (for example: ''how many nodes,'' Kubernetes version, sizing, and storage). After the cluster is created, youupdate the YAMLto update the cluster. This is why the correct operational approach is to modify the cluster manifest (cluster.yaml) rather than deleting and redeploying.

Additionally, VKS uses multiple controller layers, whereCluster APIand theVirtual Machine Serviceare responsible for provisioning and managing the lifecycle of the control plane and worker node VMs that make up the VKS cluster. In other words, when you change the declared state for control plane sizing/replica count in the cluster YAML, the platform reconciles to that new state by adjusting the underlying control plane VMs through the supported controllers, instead of requiring disruptive ''tear down and rebuild'' operations.

So, editing the cluster.yaml to adjust the control plane replica count is the method that matches the documented VKS declarative operations model and controller-driven reconciliation.


Contribute your Thoughts:

0/2000 characters
Becky
29 days ago
I disagree, B) seems like a hassle for a temporary change.
upvoted 0 times
...
Cecil
1 month ago
A) is the right move! Just edit the cluster.yaml.
upvoted 0 times
...
Elena
2 months ago
I'm leaning towards option A, but I wonder if there's a specific command or method to apply those changes without affecting the running services.
upvoted 0 times
...
India
2 months ago
Creating a new namespace doesn't really make sense for scaling the Control Plane, so I think option C is not the right choice either.
upvoted 0 times
...
Shonda
2 months ago
I remember practicing a question similar to this, and I feel like deleting and redeploying the cluster would definitely cause service disruption, so option B seems wrong.
upvoted 0 times
...
Dana
2 months ago
I think option A sounds familiar, but I'm not entirely sure if editing the cluster.yaml file is the right approach for scaling without downtime.
upvoted 0 times
...

Save Cancel