Free VMware 5V0-23.20 Exam Actual Questions

The questions for 5V0-23.20 were last updated On May 6, 2024

Question No. 1

An administrator working in a vSphere with Tanzu environment wants to ensure that all persistent volumes configured by developers within a namespace are placed on a defined subset of datastores The administrator has applied tags to the required datastores in the vSphere Client

Which action should the administrator take next to meet the requirement?

Show Answer Hide Answer
Correct Answer: A

The vSphere administrator defines and assigns VM storage policies to a namespace:

* VM storage policies are translated into Kubernetes storage classes.

* Developers can access all assigned VM storage policies in the form of storage classes.

* Developers cannot manage storage classes.

Storage class names are created in the following way:

* Spaces in VM Storage Policy names are replaced with hyphens (-).

* Special characters are replaced with a digit. A VM Storage Policy called My Gold Policy $ is called my-gold-policy-0 as a storage class.


Question No. 2

Which three roles does the Spherelet perform? (Choose three )

Show Answer Hide Answer
Correct Answer: B, C, E

Spherelet is a kubelet that is ported natively to ESXi. It allows the ESXi host to become part of a Kubernetes cluster. Spherelet performs the following functions:

* Communicates with the control plane VMs

* Manages node configuration

* Starts vSphere Pods

* Monitors vSphere Pods


Question No. 3

Why would developers choose to deploy an application as a vSphere Pod instead of a Tanzu Kubernetes cluster?

Show Answer Hide Answer
Correct Answer: B

A vSphere Pod is a VM with a small footprint that runs one or more Linux containers. With vSphere Pods, workloads have the following capabilities:

*Strong isolationfrom a Linux kernel based on Photon OS

* Resource management using DRS

* Same level of resource isolation as VMs

* Open Container Initiative (OCI) compatible

* Equivalent to a Kubernetes Container Host

vSphere Pods are not compatible with vSphere vMotion. When an ESXi host is placed into maintenance mode, running vSphere Pods are drained and redeployed on another ESXi host, but only if the vSphere Pod is part of a ReplicaSet.


Question No. 4

A company needs to provide global visibility and consistent policy management across multiple Tanzu Kubernetes Clusters, namespaces, and clouds Which VMvare solution will meet these requirements'?

Show Answer Hide Answer
Correct Answer: C

VMware Tanzu Mission Control is a centralized management platform for consistently operating and securing your Kubernetes infrastructure and modern applications across multiple teams and clouds.


Question No. 5

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?

Show Answer Hide Answer
Correct Answer: D

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 administrator@example.com