VMware 5V0-23.20 Certification Exam Dumps with 65 Practice Test Questions
New 5V0-23.20 Exam Dumps with High Passing Rate
NEW QUESTION 10
How is information found about all Kubernetes Persistent Volumes in a vSphere environment?
- A. Using: kubectl get persistentvolumes
- B. Using: esxcli storage cloud native get
- C. Navigating to the Cloud Native Storage view in vCenter Server
- D. Accessing the FCD folder on a Datastore
Answer: C
Explanation:
This is the textbook answer, I know kubectl does give you some information.
NEW QUESTION 11
Which command displays the storage limits that have been set together with the amount of resources consumed?
- A. kubect1 get resourcequotas
- B. kubect1 list resourcequotas
- C. kubect1 describe resourcequotas
- D. kubect1 config get-resourcequotas limits
Answer: B
NEW QUESTION 12
How does Kubernetes implement the vSphere storage policy in vSphere with Tanzu?
- A. Paravirtual CSl
- B. Static Persistent Volume
- C. Storage class
- D. Persistent Volume
Answer: C
Explanation:
When vSphere with Tanzu converts storage policies that you assign to namespaces into Kubernetes storage classes, it changes all upper case letters into lower case and replaces spaces with dashes (-). To avoid confusion, use lower case and no spaces in the VM storage policy names.
Storage Policy Based Management is a vCenter Server service that supports provisioning of persistent volumes and their backing virtual disks according to storage requirements described in a storage policy.
NEW QUESTION 13
Which three roles does the Spherelet perform? (Choose three )
- A. Starts vSphere pods
- B. Provides a key-value store for pod configuration
- C. Communicates with Kubernetes API
- D. Determines placement of vSphere pods
- E. Provisions Tanzu Kubernetes clusters
- F. Manages node configuration
Answer: A,C,F
Explanation:
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
NEW QUESTION 14
The Gold storage policy has been assigned to the Web namespace, and the DevOps engineer wants to place a persistent volume for the Web application in the Gold storage class.
How should this goal be accomplished?
- A. Indicate the Gold storage class in the persistent volume claim specification
- B. Indicate the Gold storage class in the persistent volume specification
- C. Configure tag-based placement for the persistent volume
- D. Assign the persistent volume to the Gold storage class
Answer: A
NEW QUESTION 15
Which process should be used to upgrade the vSphere with Tanzu Supervisor Cluster?
- A. Use the vSphere Client, navigate to vSphere lifecycle Manager, and apply updates
- B. Allow vSphere with Tanzu Supervisor Cluster to upgrade automatically when new versions are available.
- C. Use kubectl, and apply an update manifest specification to the Supervisor Cluster.
- D. Use the vSphere Client, navigate to Workload Management, and apply updates.
Answer: D
Explanation:
From the vSphere Client menu, select Workload Management.
Select the Updates tab.
Select the Available Version that you want to update to.
For example, select the version v1.17.4-vsc0.0.2-16293900.
Select the Supervisor Cluster to apply the update to.
To initiate the update, click Apply Updates.
Use the Recent Tasks pane to monitor the status of the update.
NEW QUESTION 16
Which role should the vSphere administrator apply for the developer?
- A. Assign the developer user with the "can edit" role at the vSphere Namespace object.
- B. Assign the developer user with the "can edit" role at the cluster object.
- C. Assign the developer user with the 'VSphere Kubernetes Manager" role at the vSphere Namespace object.
- D. Assign the developer user with the 'VSphere Kubernetes Manager" role at the cluster object.
Answer: A
NEW QUESTION 17
A development team has deployed a Tanzu Kubernetes cluster and would like to verify the version of Kubernetes that is running. Which command will show this information?
- A. kubectl get version
- B. kubectl describe tkc dev-cluster
- C. kubectl explain tkg dev-cluster
- D. kubectl get vm dev-cluster
Answer: A
Explanation:
Print the client and server version information.
Synopsis
Print the client and server version information.
kubectl version
NEW QUESTION 18
Where is a storage policy applied to enable Persistent Volumes?
- A. Namespace
- B. Virtual Machine
- C. Cluster
- D. Datastore
Answer: A
Explanation:
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.
Developers can list the available storage classes in their namespace by running the kubectl describe ns <namespace-name> command.
NEW QUESTION 19
Which command provides valid syntax to deploy a vSphere Pod?
- A. kubectl apply -f deployment.yaml
- B. docker run containerName
- C. kubectl apply -t deployment.yaml
- D. tkg apply -c containerName
Answer: A
Explanation:
You can deploy an application on a namespace on a Supervisor Cluster. Once the application is deployed, the respective number of vSphere Pods are created on the Supervisor Cluster within the namespace.
Common kubectl commands include the apply, get, describe, and delete commands:
* The kubectl apply command applies the contents of a YAML file. Typically, this command is used to create a pod or deployment: - kubectl apply -f /path/to/my.yaml
* The kubectl get command returns basic information about an object: - kubectl get pod <pod_name_name>
NEW QUESTION 20
Which value must be increased or decreased to horizontally scale a Tanzu Kubernetes cluster?
- A. etcd instance
- B. ReplicaSets
- C. Namespaces
- D. Worker node count
Answer: D
NEW QUESTION 21
How can you remove unreferenced container images from a project in an embedded Registry Service?
- A. Use kubectl to delete the images.
- B. Purge a namespace using the vSphere Client.
- C. Delete the namespace using the vSphere Client.
- D. Delete images in Content Library.
Answer: D
NEW QUESTION 22
Why would developers choose to deploy an application as a vSphere Pod instead of a Tanzu Kubernetes cluster?
- A. They need the application to run as privileged pods.
- B. They want to have root level access to the control plane and worker nodes in the Kubernetes cluster.
- C. The application works with sensitive customer data, and they want strong resource and security isolation.
- D. The application requires a version of Kubernetes that is above the version running on the supervisor cluster.
Answer: C
NEW QUESTION 23
Where are the virtual machine images stored that are used to deploy Tanzu Kubernetes clusters?
- A. Content Library
- B. Harbor Image Registry
- C. Supervisor Cluster
- D. Namespace
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.
NEW QUESTION 24
Which two container network interfaces (CNIs) are supported with Tanzu Kubernetes clusters created by the Tanzu Kubernetes Grid Service? (Choose two )
- A. NSX-T
- B. Calico
- C. Weave Net
- D. Antrea
- E. Flannel
Answer: B,D
Explanation:
Explanation
https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-A7756D67-0B95-447D-A A Tanzu Kubernetes cluster provisioned by the Tanzu Kubernetes Grid Service supports two CNI options:
Antrea (default) and Calico. Both are open-source software that provide networking for cluster pods, services, and ingress.
Tanzu Kubernetes clusters provisioned by the Tanzu Kubernetes Grid Service support the following Container Network Interface (CNI) options:
* Antrea
* Calico
NEW QUESTION 25
Which requirement is valid for vSphere with Tanzu on vSphere Distributed Switch Network?
- A. Network Interface Cards with Single Root IO Visualization Support (SR-IOV)
- B. HAProxy Frontend hterface that has a common subnet and bridged interface to workload networks
- C. HAProxy Virtual Server IP range that is allocated to NSX-T edge router external interface
- D. Workload networks that are routable to the primary workload network
Answer: C
NEW QUESTION 26
How does Kubernetes implement the vSphere storage policy in vSphere with Tanzu?
- A. Persistent Volume
- B. Paravirtual CSl
- C. Static Persistent Volume
- D. Storage class
Answer: A
NEW QUESTION 27
Which external load balancer is supported in vSphere 7 U1 using the vSphere networking stack?
- A. HAProxy
- B. Seesaw
- C. Loadmaster
- D. Nginx
Answer: A
Explanation:
When using vSphere with Tanzu with vDS networking, HAProxy provides load balancing for developers accessing the Tanzu Kubernetes control plane, and for Kubernetes Services of Type Load Balancer. Review the possible topologies that you can implement for the HAProxy load balancer.
https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-1F885AAE-92FF-41E6-BF04-0F0FD4173BD9.html The HAProxy appliance is an open-source solution developed by HAProxy Technologies and chosen by VMware as the first supported open-source load balancer for use with vSphere with Tanzu. With the HAProxy, external network traffic is routed to Kubernetes pods running in the vSphere with Tanzu environment.
NEW QUESTION 28
How can a vSphere administrator replace the Supervisor Cluster API endpoint certificate?
- A. Use the certificate-manager CLI utility to replace the Supervisor Cluster API endpoint certificate.
- B. Use kubectl to replace the Supervisor Cluster API endpoint certificate.
- C. Use the vSphere Client to replace the Workload platform MTG certificate.
- D. Use the vSphere Client to replace the NSX Load Balancer certificate.
Answer: B
NEW QUESTION 29
......
Get 5V0-23.20 Braindumps & 5V0-23.20 Real Exam Questions: https://www.braindumpsit.com/5V0-23.20_real-exam.html
VMware 5V0-23.20 Actual Questions and Braindumps: https://drive.google.com/open?id=1vuu25eQsXLkMm2R06QGrR41yLZeXF0Ml