VMware 5V0-23.20 VMware vSphere with Tanzu Specialist Online Training
VMware 5V0-23.20 Online Training
The questions for 5V0-23.20 were last updated at Nov 23,2024.
- Exam Code: 5V0-23.20
- Exam Name: VMware vSphere with Tanzu Specialist
- Certification Provider: VMware
- Latest update: Nov 23,2024
An administrator needs to get a list of all Tanzu Kubernetes clusters running in the current namespace.
Which command will provide the desired output?
- A . kubectl get vmservice
- B . kubectl get clusters
- C . kubectl get virtualnetwork
- D . kubectl get tanzukubernetescluster
How can the vSphere administrator purge unused images from the image registry?
- A . Enable the garbage collector service to purge all unreferenced images from the corresponding namespace.
- B . From the Harbor UI, navigate to the project associated with namespace, and select the option to purge unreferenced images.
- C . Download the vSphere Docker Credential Helper CLI Tool, and use it to purge all unreferenced images from the corresponding namespace.
- D . From vSphere Client, navigate to the namespace, and select the option to purge unreferenced images.
Which kubectl command is used to list the Kubernetes services in the current active namespace?
- A . kubectl get services
- B . kubectl get loadbalancer
- C . kubectl services get ip
- D . kubectl list services
Which object provides user access to applications running on vSphere with Tanzu?
- A . External load balancer
- B . vSphere Distributed Switch
- C . Round-robin DNS
- D . Internal load balancer
On which cluster can a Supervisor Namespace be created?
- A . A Tanzu Kubernetes Grid Integrated cluster
- B . A vSphere 7 cluster enabled with Workload Management
- C . A Tanzu Kubernetes cluster
- D . A vSphere 6.7 cluster enabled with Workload Management
What is the minimum number of virtual distributed portgroups that must be configured on the vSphere Distributed Switch before enabling Workload Management using the vSphere networking stack and a HAProxy load balancer?
- A . 2
- B . 1
- C . 4
- D . 3
Which open-source project extends the Docker registry source code to provide an enterprise-class registry server?
- A . Namespace
- B . Manifest
- C . Harbor
- D . Github
Which command will show the Tanzu Kubernetes cluster versions available in the vSphere content library?
- A . kubect1 get rc,services
- B . kubect1 get contentlibrary
- C . kubect1 get tanzukubernetesreleases
- D . kubect1 get tanzuimages
Which statement accurately describes a characteristic of load balancers in vSphere with Tanzu using the vSphere networking stack?
- A . A load balancer balances pods between Tanzu Kubernetes cluster nodes.
- B . A load balancer distributes Tanzu Kubernetes cluster nodes between ESXi hosts.
- C . A load balancer provides external access to Supervisor Clusters and Tanzu Kubernetes clusters.
- D . A load balancer performs authentication and authorization for Supervisor Clusters and Tanzu Kubernetes clusters.
Which kubectl command is used to deploy the application when using a Kubernetes deployment specification file, my-app.yaml?
- A . kubectl run my-app.yaml
- B . kubectl apply -f my-app.yaml
- C . kubectl create my-app.yaml
- D . kubectl apply spc my-app.yaml