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 22,2024.
- Exam Code: 5V0-23.20
- Exam Name: VMware vSphere with Tanzu Specialist
- Certification Provider: VMware
- Latest update: Nov 22,2024
At which three levels of the vSphere Client is information about Kubernetes Persistent Volumes found? (Choose three.)
- A . Resource Pool
- B . Cluster
- C . vCenter
- D . Datastore
- E . Virtual Machine
- F . Network
Which is a valid version change for a Tanzu Kubernetes cluster running Kubernetes version 1.16.7?
- A . Upgrade one major version (e.g.. 2.0.1)
- B . Upgrade two minor versions (e.g., 1.18.0)
- C . Downgrade one patch version (e.g.. 1.16.5)
- D . Upgrade one minor version (e.g.. 1.17.0)
The virtualization team supports many development teams on a Supervisor cluster. For a specific development team, they would like to limit persistent volumes that can be created on Tanzu Kubernetes clusters to only an NFS based storage array.
Which action should be taken to accomplish this goal?
- A . Use kubectl to create a storage class in the Supervisor cluster.
- B . Set a resource quota limiting the number of PVCs for that development team.
- C . Add a storage policy to that development team’s Supervisor Namespace containing only the NFS datastore
- D . Disconnect non-NFS datastores from the ESXi hosts that make up the Supervisor cluster.
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 . Assign the persistent volume to the Gold storage class
- C . Indicate the Gold storage class in the persistent volume specification
- D . Configure tag-based placement for the persistent volume
Which capability do persistent volumes provide to containerized applications?
- A . Automated disk archival
- B . Support for in-memory databases
- C . Support for ephemeral workloads
- D . Retention of application state and data
Which command would be used to deploy a Tanzu Kubernetes cluster?
- A . kubectl create cluster -f CLUSTER-NAME.yaml
- B . kubectl apply cluster CLUSTER-NAME.yaml
- C . kubectl apply -f CLUSTER-NAME.yaml
- D . kubectl create -f CLUSTER-NAME.yaml
Which statement is true about Kubernetes Network Policies?
- A . The Supervisor cluster contains a firewall to implement the network policy.
- B . The policy is created by developers and applied using a YAML specification.
- C . vSphere administrator adds the Kubernetes Network policy to the Development team’s Namespace to implement the rules.
- D . vSphere administrator creates the network policy in NSX Manager to restrict app-to-app communication.
Which requirement is needed to deploy Tanzu Kubernetes clusters but is unnecessary when deploying vSphere Pods?
- A . Harbor Image Registry
- B . vSphere Single Sign-On
- C . vSphere Content Library
- D . Namespaces
How is the storage selected for the Harbor pods when the embedded Harbor image registry is enabled?
- A . vCenter Server automatically selects a local ESXi host datastore.
- B . An administrator selects a VM storage policy as part of enablement.
- C . vCenter Server automatically chooses a VM storage policy.
- D . An administrator selects a specific datastore as part of enablement.
Which kubectl command should be used to change the active vSphere namespace to namespace-01?
- A . kubectl config use-context namespace-01
- B . kubectl describe ns namespace-01
- C . kubectl get ns namespace-01
- D . kubectl config change-context namespace-01