Exam 3V0-24.25 Topic 1 Question 10 Discussion
Actual exam question for VMware's 3V0-24.25 exam
Question #: 10
Topic #: 1
Question #: 10
Topic #: 1
A Platform Engineer is tasked with managing the lifecycle of VKS clusters across multiple zones to ensure high availability for a mission-critical app.
Scenario:
The production namespace spans Zone-A, Zone-B, and Zone-C. A TKG cluster prod-app-cluster needs to be provisioned such that its worker nodes are evenly distributed across these three zones to tolerate a zone failure.
Review the following TanzuKubernetesCluster spec snippet:
spec:
topology:
controlPlane:
replicas: 3
vmClass: guaranteed-medium
storageClass: gold-storage-policy
workers:
replicas: 6
vmClass: guaranteed-large
storageClass: gold-storage-policy
distribution:
type: "..." # Missing Value
Which configuration strategies are correct to ensure the desired zonal distribution? (Select all that apply.)
Scenario:
The production namespace spans Zone-A, Zone-B, and Zone-C. A TKG cluster prod-app-cluster needs to be provisioned such that its worker nodes are evenly distributed across these three zones to tolerate a zone failure.
Review the following TanzuKubernetesCluster spec snippet:
spec:
topology:
controlPlane:
replicas: 3
vmClass: guaranteed-medium
storageClass: gold-storage-policy
workers:
replicas: 6
vmClass: guaranteed-large
storageClass: gold-storage-policy
distribution:
type: "..." # Missing Value
Which configuration strategies are correct to ensure the desired zonal distribution? (Select all that apply.)
Suggested Answer: A,B,D Vote an answer
by Hardy at Sep 11, 2026, 11:47 PM
0
0
0
10
Comments
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.
Report Comment
Commenting
You can sign-up / login (it's free).