2023 The Most Effective 5V0-23.20 with 126 Questions Answers
Try Free and Start Using Realistic Verified 5V0-23.20 Dumps Instantly.
VMware vSphere with Tanzu Specialist certification is designed for IT professionals who want to specialize in vSphere with Tanzu technology. VMware vSphere with Tanzu Specialist certification provides proof of expertise in vSphere with Tanzu and can help professionals advance their careers. VMware vSphere with Tanzu Specialist certification exam is challenging, but passing it can lead to new career opportunities and higher salaries.
NEW QUESTION # 25
Which is a valid version change for a Tanzu Kubernetes cluster running Kubernetes version 1.16.7?
- A. Upgrade two minor versions (e.g., 1.18.0)
- B. Downgrade one patch version (e.g.. 1.16.5)
- C. Upgrade one major version (e.g.. 2.0.1)
- D. Upgrade one minor version (e.g.. 1.17.0)
Answer: D
Explanation:
Explanation
Be aware of the following constraints when upgrading your cluster.
* You can upgrade a cluster up to one minor version of 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.
NEW QUESTION # 26
Which external load balancer is supported in vSphere 7 U1 using the vSphere networking stack?
- A. HAProxy
- B. Nginx
- C. Loadmaster
- D. Seesaw
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 # 27
The creation of which object by an administrator in the vSphere client automatically results in the creation of a new segment within NSX -T?
- A. Pod
- B. Network policy
- C. Namespace
- D. Service
Answer: C
Explanation:
NSX Container Plugin (NCP) runs as a pod on the control plane VMs. It listens for requests for network objects to the API server and interfaces with the NSX Manager to create, update, or delete those objects:
* A request to create a namespace results in a new NSX segment.
* A request to deploy a pod results in a segment port request and IP assignment.
* A request to create a service results in a new virtual server.
* A request to create a network policy results in a new distributed firewall rule.
NEW QUESTION # 28
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. Configure tag-based placement for the persistent volume
- B. Assign the persistent volume to the Gold storage class
- C. Indicate the Gold storage class in the persistent volume specification
- D. Indicate the Gold storage class in the persistent volume claim specification
Answer: D
Explanation:
* 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.
NEW QUESTION # 29
What is required to enable Workload Management?
- A. Github repository
- B. Windows Network Load Balancer
- C. vSphere Distributed Switch
- D. NSX-V
Answer: C
Explanation:
Explanation
https://docs.vmware.com/en/VMware-vSphere/7.0/vsphere-esxi-vcenter-server-702-vsphere-with-tanzu-guide.pd Configuring Workload Networks You configure one or more workload networks and their respective IP address ranges.
Each workload network is assigned a vSphere Distributed Switch port group and uses a defined IP range to allocate IP addresses to workloads (VMware Tanzu Kubernetes clusters).
NEW QUESTION # 30
Which three characteristics are true of Control Plane VMs? (Choose three.)
- A. They can be resized by administrators directly through vCenter Inventory View.
- B. They are deployed via a vCenter Service.
- C. They each expose the Kubernetes API.
- D. They do not run any Kubernetes Pods.
- E. They each run the Spherelet.
- F. They are connected to a Management portgroup.
Answer: A,E,F
NEW QUESTION # 31
How does Kubernetes implement the vSphere storage policy in vSphere with Tanzu?
- A. Paravirtual CSl
- B. Storage class
- C. Static Persistent Volume
- D. Persistent Volume
Answer: D
NEW QUESTION # 32
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'?
- A. Tanzu Kubernetes Grid Service
- B. Tanzu Mission Control
- C. vCenter Server
- D. vSphere with Tanzu Supervisor Cluster
Answer: B
Explanation:
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.
NEW QUESTION # 33
Which name is a valid namespace name?
- A. NameSpace 01
- B. namespace_01
- C. name$pace01
- D. namespace-01
Answer: B
NEW QUESTION # 34
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. Add a storage policy to that development team's Supervisor Namespace containing only the NFS datastore
- B. Set a resource quota limiting the number of PVCs for that development team.
- C. Use kubectl to create a storage class in the Supervisor cluster.
- D. Disconnect non-NFS datastores from the ESXi hosts that make up the Supervisor cluster.
Answer: A
Explanation:
Explanation
The storage policy would become a storage class in Kubernetes.
NEW QUESTION # 35
Which type of service is created by default when publishing a Kubernetes service?
- A. Node Port
- B. ExternalName
- C. Cluster IP
- D. LoadBalancer
Answer: C
Explanation:
Explanation
For some parts of your application (for example, frontends) you may want to expose a Service onto an external IP address, that's outside of your cluster.
Kubernetes ServiceTypes allow you to specify what kind of Service you want. The default is ClusterIP.
NEW QUESTION # 36
Which kubectl command is used to list al pods in the current active namespace?
- A. kubectl get nodes
- B. kubectl get pods
- C. kubectl list pods
- D. kubectl get services
Answer: B
NEW QUESTION # 37
The application development team is pushing a Kubernetes application into production. I consists of an application server and a database. The team wants to ensure that only the production application server can access the production database.
Can the development team meet this requirement using Kubernetes Network Policy?
- A. No, Kubernetes Network Policy does not support this action.
- B. Yes, by using kubect1 to create a policy that disables pod to pod communication in the Namespace
- C. Yes. by logging in to NSX Manager and creating a firewall rules to only allow the production application server pod to talk to the database
- D. Yes, by using kubect1 to create a Network Policy that only allows pods on the same network segment to talk to each other.
Answer: D
Explanation:
Explanation
If you want to control traffic flow at the IP address or port level (OSI layer 3 or 4), then you might consider using Kubernetes NetworkPolicies for particular applications in your cluster. NetworkPolicies are an application-centric construct which allow you to specify how a pod is allowed to communicate with various network "entities" (we use the word "entity" here to avoid overloading the more common terms such as
"endpoints" and "services", which have specific Kubernetes connotations) over the network. NetworkPolicies apply to a connection with a pod on one or both ends, and are not relevant to other connections.
NEW QUESTION # 38
Which object helps maintain copies of a vSphere pod?
- A. Network Policies
- B. ReplicaSets
- C. Namespaces
- D. Persistent Volume
Answer: D
NEW QUESTION # 39
Which two capabilities are associated with vSphere Pod? (Choose two.)
- A. Compatibility with vSphere vMotion
- B. Compatibility with vSphere HA and DRS
- C. Compatibility with Windows and Linux kernels
- D. Compatibility with NSX-V Datacenter
- E. Compatibility with vSphere performance charts
Answer: B,D
Explanation:
Explanation
vSphere Pods are only supported on Supervisor Clusters that use NSX-T Data Center as their networking stack.
Resource Management. vSphere DRS handles the placement of vSphere Pods on the Supervisor Cluster.
NEW QUESTION # 40
Which open-source project extends the Docker registry source code to provide an enterprise-class registry server?
- A. Github
- B. Namespace
- C. Harbor
- D. Manifest
Answer: C
Explanation:
Explanation
VMware Harbor Registry
VMware Harbor Registry is an enterprise-class registry server that stores and distributes container images.
Harbor allows you to store and manage images for use with VMware Tanzu Kubernetes Grid Integrated Edition (TKGI).
Overview
Harbor extends the open source Docker Distribution by adding the functionalities usually required by an enterprise, such as security, identity, and management. As an enterprise private registry, Harbor offers enhanced performance and security. Deploying a registry alongside the TKGI environment improves image management efficiency.
NEW QUESTION # 41
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 clusters
- B. kubectl get tanzukubernetescluster
- C. kubectl get vmservice
- D. kubectl get virtualnetwork
Answer: A
NEW QUESTION # 42
Which three roles does the Spherelet perform? (Choose three )
- A. Provides a key-value store for pod configuration
- B. Starts vSphere pods
- C. Provisions Tanzu Kubernetes clusters
- D. Determines placement of vSphere pods
- E. Communicates with Kubernetes API
- F. Manages node configuration
Answer: B,E,F
Explanation:
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 # 43
Which command should be used by a developer to log in to the vSphere with Tanzu Supervisor Cluster?
- A. vmwarectl login --server-<KUBERNETES-CONTROL-PLANE-IP-ADDRESS> --vsphere-username <VCENTER-SSO-USER>
- B. kubectl vsphere login --server=<KUBERNETES-CONTROL-PLANE-IP-ADDRESS> --vsphere-username <vcENTER-SSO-USER>
- C. vmwarectl vsphere login --server-<KUBERNETES-CONTROL-PLANE-IP-ADDRESS> --vsphere-username <VCENTER-SSO-USER>
- D. kubectl login --server=<KUBERNETES-CONTROL-PLANE-lP-ADDRESS> --vsphere-username <VCENTER-SSO-USER>
Answer: B
NEW QUESTION # 44
An organization is preparing to deploy vSphere with Tanzu and will be using the vSphere Networking stack.
How should the administrator allocate management network IP addresses for the Kubernetes Control Plane within the Supervisor Cluster?
- A. Four IP addresses are required, one for each of the Control Plane VMs and one spare for performing rolling cluster upgrades
- B. Five IP addresses are required, one for each of the Control Plane VMs. one for the floating IP address of the Control Plane VM, and one spare for performing rolling cluster upgrades
- C. Six IP addresses are required, one for each of the Control Plane VMs, one for the floating IP address of the Control Plane VM. one for performing rolling cluster upgrades and one for the image Registry VM.
- D. Three IP addresses are required, one for each of the Control Plane VMs
Answer: B
Explanation:
Explanation
Static IPs for Kubernetes control plane VMs
Block of 5A block of 5 consecutive static IP addresses to be assigned to the Kubernetes control plane VMs in the Supervisor Cluster.
NEW QUESTION # 45
Which three roles does the Spherelet perform? (Choose three )
- A. Provides a key-value store for pod configuration
- B. Starts vSphere pods
- C. Provisions Tanzu Kubernetes clusters
- D. Determines placement of vSphere pods
- E. Communicates with Kubernetes API
- F. Manages node configuration
Answer: B,E,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 # 46
Which description reflects a use case for an embedded image registry?
- A. Secure artifacts with policies and role-based access control
- B. Configure network settings of the image
- C. Manage source code changes
- D. Maintain desired state configuration for containers
Answer: A
NEW QUESTION # 47
Which container network interface (CNI) is supported with Tanzu Kubernetes clusters created by the Tanzu Kubernetes Grid Service? (Choose two )
- A. Antrea
- B. NSX-T
- C. Cillium
- D. WeaveNet
Answer: A,B
Explanation:
The container network interfaces (CNIs) supported with Tanzu Kubernetes clusters created by the Tanzu Kubernetes Grid Service are NSX-T and Antrea. NSX-T is a multi-cloud networking and security platform from VMware that provides built-in container networking and security capabilities. Antrea is an open-source CNI project created by the GitHub team that provides network policy enforcement for Kubernetes clusters. Both of these CNIs provide support for multi-tenancy and advanced network policy enforcement.
NEW QUESTION # 48
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?
- A. Create a persistent volume claim containing the tagged datastores, and apply it to the vSphere Namespace.
- B. Create a storage Policy containing the tagged datastores. and apply it to the Supervisor Cluster.
- C. Create a storage policy containing the tagged datastores. and apply it to the vSphere Namespace.
- D. Create a storage class containing the tagged datastores. and apply it to the Supervisor Cluster
Answer: C
Explanation:
Explanation
Graphical user interface Description automatically generated
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.
NEW QUESTION # 49
......
VMware 5V0-23.20 certification exam is designed for IT professionals who are seeking to validate their skills and knowledge in deploying and managing VMware vSphere with Tanzu solutions. VMware vSphere with Tanzu Specialist certification exam is a specialist-level credential that recognizes the candidate's ability to configure and manage Tanzu Kubernetes Grid clusters using vSphere with Tanzu.
Download Free Latest Exam 5V0-23.20 Certified Sample Questions: https://www.actualvce.com/VMware/5V0-23.20-valid-vce-dumps.html