Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam 3V0-24.25 Topic 1 Question 48 Discussion

Actual exam question for VMware's 3V0-24.25 exam
Question #: 48
Topic #: 1
What is the purpose of a network policy in a Kubernetes cluster?

Suggested Answer: B Vote an answer

In VCF 9.0 VKS clusters, network policy is a core Kubernetes networking control implemented by the cluster' s CNI (Antrea or Calico). The VCF documentation's "VKS Cluster Networking" table describesNetwork policyas the feature that "controls what traffic is allowed to and from selected pods and network endpoints," and identifies Antrea or Calico as the providers for this capability. That definition precisely matches optionB:
it governs pod-to-pod and pod-to-external endpoint communication rules. This is different from ingress routing (which the same table describes separately as "Cluster ingress ... routing for inbound pod traffic"), so option C is not correct for "network policy." It is also different from NodePort behavior (external access via a port on each worker node through the Kubernetes network proxy), which is explicitly listed as "Service type:
NodePort." Finally, creating/operating clusters natively in Supervisor is a broader lifecycle function (Cluster API/VKS API), not the definition of network policy. Therefore,NetworkPolicyis the Kubernetes-layer mechanism to define and enforce allowed traffic flows.

by Louis at Feb 22, 2026, 06:46 PM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

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.