Free VMware 5V0-23.20 Exam Practice Questions & Explanations

Last updated on: Aug 27, 2026
Prepared & Reviewed by the ValidExamDumps Editorial Team

At ValidExamDumps, we consistently monitor updates to the VMware 5V0-23.20 exam questions by VMware. Whenever our team identifies changes in the exam questions, objectives, focus areas or requirements, We immediately update our exam questions for both PDF and online practice exams. This commitment ensures our customers always have access to the most current and accurate questions. By preparing with these up to date and 100% exam domain coverage questions, our customers can successfully pass the VMware vSphere with Tanzu Specialist exam on their first attempt without needing additional materials or study guides.

Other certification materials providers often include outdated or removed questions by VMware in their 5V0-23.20 exam. These outdated questions lead to customers failing their VMware vSphere with Tanzu Specialist exam. In contrast, we ensure our questions bank includes only precise and up-to-date questions. Our main priority is your success in the VMware 5V0-23.20 exam, not profiting from selling obsolete exam questions in PDF or Online Practice Test.

 

Question 1

Where are the virtual machine images stored that are used to deploy Tanzu Kubernetes clusters?

Answer Options
Correct Answer: A
Explanation

The vSphere administrator configures a Subscribed Content Library on the Supervisor Cluster. The virtual machine image that is used for the Tanzu Kubernetes cluster nodes is pulled from this library. A Subscribed Content Library originates from a Published Content Library. After the subscription is created, the system synchronizes it with the published library. To create the Tanzu Kubernetes cluster nodes, VMware publishes a Photon OS OVA library to which you subscribe. After the subscriber is synchronized with the publisher, you associate the content library with the Supervisor Cluster.

Question 2

Which is a valid version change for a Tanzu Kubernetes cluster running Kubernetes version 1.16.7?

Answer Options
Correct Answer: D
Explanation

Be aware of the following constraints when upgrading your cluster.

You can upgrade a cluster up toone minor versionof Kubernetes from its current version. If necessary, you can perform subsequent upgrades to move the version forward.

Upgrading your version of Kubernetes is a one-way operation. You cannot subsequently downgrade the Kubernetes version, or undo an upgrade.

Question 3

A developer is connecting to a Tanzu Kubernetes Cluster using the kubectl vsphere login command

Which information must be specified, in addition to both the name of the cluster and the Supervisor Cluster Control Wane IP?

Answer Options
Correct Answer: D
Explanation

To connect to the Supervisor Cluster, run the following command.

kubectl vsphere login --server=SUPERVISOR-CLUSTER-CONTROL-PLANE-IP

--tanzu-kubernetes-cluster-name TANZU-KUBERNETES-CLUSTER-NAME

--tanzu-kubernetes-cluster-namespace SUPERVISOR-NAMESPACE-WHERE-THE-CLUSTER-IS-DEPLOYED

--vsphere-username VCENTER-SSO-USER-NAME

For example:

kubectl vsphere login --server=10.92.42.137

--tanzu-kubernetes-cluster-name tanzu-kubernetes-cluster-01

--tanzu-kubernetes-cluster-namespace tanzu-ns-1

--vsphere-username [email protected]

Question 4

Which command displays the storage limits that have been set together with the amount of resources consumed?

Answer Options
Correct Answer: A
Explanation

Create the ResourceQuota:

kubectl apply -f https://k8s.io/examples/admin/resource/quota-mem-cpu.yaml --namespace=quota-mem-cpu-example

View detailed information about the ResourceQuota:

kubectl get resourcequota mem-cpu-demo --namespace=quota-mem-cpu-example --output=yaml

Question 5

Which capability do persistent volumes provide to containerized applications?

Answer Options
Correct Answer: D
Explanation

Certain Kubernetes workloads require persistent storage to store data permanently. To provision persistent storage for Kubernetes workloads, vSphere with Tanzu integrates with Cloud Native Storage (CNS), a vCenter Server component that manages persistent volumes.

Persistent storage is used by vSphere Pods, Tanzu Kubernetes clusters, and VMs. The following example illustrates how persistent storage is used by a vSphere Pod.

vSphere Pods use different types of storage depending on the objects that are stored. The types of storage are ephemeral virtual machine disks (VMDKs), persistent volume VMDKs, and containers image VMDKs:

* Storage policies for container image and ephemeral disks are defined at the cluster level.

* Storage policies for persistent volumes are defined at the namespace level.

* Networking for vSphere Pods uses the topology provided by NSX.