2023 Realistic 5V0-23.20 Dumps are Available for Instant Access [Q67-Q89]

Share

2023 Realistic 5V0-23.20 Dumps are Available for Instant Access

Download Exam 5V0-23.20 Practice Test Questions with 100% Verified Answers


VMware 5V0-23.20 exam is designed to test the knowledge and skills of IT professionals in deploying and managing VMware vSphere with Tanzu. VMware vSphere with Tanzu Specialist certification validates the expertise of individuals in using vSphere with Tanzu to run containerized workloads and Kubernetes clusters. 5V0-23.20 exam covers a wide range of topics such as vSphere, Tanzu Kubernetes Grid, Tanzu Kubernetes clusters, and application management with Kubernetes.


VMware 5V0-23.20 certification exam consists of 40 multiple-choice questions that you need to answer within 75 minutes. 5V0-23.20 exam is available in English and Japanese languages. 5V0-23.20 exam fee is $250, and you can take the exam online or at a Pearson VUE testing center. To pass the exam, you need to score at least 300 out of 500 marks. VMware recommends that you have at least six months of experience working with vSphere with Tanzu technology before taking the exam. VMware vSphere with Tanzu Specialist certification is beneficial for IT professionals who want to advance their career in virtualization and cloud computing.

 

NEW QUESTION # 67
An administrator is tasked with horizontally scaling an existing Tanzu Kubernetes cluster from 6 to 4 nodes.
Which action does the administrator need to complete to ensure the cluster scales successfully when updating the YAML definition?

  • A. Update the Virtual Machine Class Type.
  • B. Update the Kubernetes version to the latest supported version.
  • C. Decrease the number of control plane nodes to 4.
  • D. Decrease the number of worker nodes to 4.

Answer: D


NEW QUESTION # 68
An administrator needs to label and push an image into Harbor.
Which command should the administrator run first?

  • A. docker label demoapp01:14.04 /demo/demoapp01:14.04
  • B. kubectl tag demoapp01:14.04 /demo/demoapp01:14.04
  • C. kubectl label demoapp01:14.04 /demo/demoapp01:14.04
  • D. docker tag demoapp01:14.04 /demo/demoapp01:14.04

Answer: D


NEW QUESTION # 69
On which cluster can a Supervisor Namespace be created?

  • A. A Tanzu Kubernetes cluster
  • B. A vSphere 7 cluster enabled with Workload Management
  • C. A vSphere 6.7 cluster enabled with Workload Management
  • D. A Tanzu Kubernetes Grid Integrated cluster

Answer: B

Explanation:
Explanation
A Supervisor Cluster namespace is a combination of resource allocations and permissions set within the Supervisor Cluster. When you create a Supervisor Namespace, you'll assign who has access to use it, and how many of the ESXi cluster's resources you can use (much like a resource pool).
When you enabled the Workload Management components, you created a special Kubernetes cluster called the
"Supervisor Cluster". You can continue to deploy virtual machines in this cluster, and you can also deploy kubernetes pods as a "pod vm" which is basically a container with some special wrapping so they are better isolated, like a virtual machine is.


NEW QUESTION # 70
Which two networks are used to attach Supervisor Cluster control plane VMs when using the vSphere networking stack? (Choose two.)

  • A. Non-primary workload
  • B. vMotion
  • C. Primary workload
  • D. Management
  • E. Frontend

Answer: A,D


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

  • A. The application requires a version of Kubernetes that is above the version running on the supervisor cluster.
  • B. They need the application to run as privileged pods.
  • C. The application works with sensitive customer data, and they want strong resource and security isolation.
  • D. They want to have root level access to the control plane and worker nodes in the Kubernetes cluster.

Answer: C


NEW QUESTION # 72
Which command will show the Tanzu Kubernetes cluster versions available in the vSphere content library?

  • A. kubect1 get tanzukubernetesreleases
  • B. kubect1 get tanzuimages
  • C. kubect1 get rc,services
  • D. kubect1 get contentlibrary

Answer: D


NEW QUESTION # 73
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. Three IP addresses are required, one for each of the Control Plane VMs
  • 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. Four IP addresses are required, one for each of the Control Plane VMs and one spare for performing rolling cluster upgrades

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 # 74
What provides the North-South connectivity from NSX-T Data Center to the physical infrastructure?

  • A. Tier-1 uplink
  • B. Tier-0 uplink segment
  • C. Transport Zones
  • D. vSphere Distributed Switch

Answer: B


NEW QUESTION # 75
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 describe tkc dev-cluster
  • B. kubectl get vm dev-cluster
  • C. kubectl get version
  • D. kubectl explain tkg dev-cluster

Answer: C

Explanation:
Print the client and server version information.
Synopsis
Print the client and server version information.
kubectl version


NEW QUESTION # 76
To which network are HA Proxy virtual server IP addresses issued when using the vSphere networking stack default configuration?

  • A. vMotion
  • B. Management
  • C. Primary workload
  • D. Overlay

Answer: C

Explanation:
Explanation
* The HAProxy virtual IP range where external services and DevOps users connect. In this configuration, HAProxy is deployed with two virtual NICs (Default configuration), one connected to the management network, and a second one connected to the Primary Workload Network. You must plan for allocating Virtual IPs on a separate subnet from the Primary Workload Network.
https://docs.vmware.com/en/VMware-vSphere/7.0/vmware-vsphere-with-tanzu/GUID-1F885AAE-92FF-41E6-B


NEW QUESTION # 77
What is true of a Tanzu Kubernetes Cluster?

  • A. It is a Kubernetes cluster deployed by developers using a YAML specification file.
  • B. It use resources from hosts across vSphere clusters to form a Kubernetes cluster on vSphere.
  • C. It enables vSphere High Availability and Distributed Resource Scheduler.
  • D. It removes the Kubernetes API for use by DevOps teams.

Answer: A

Explanation:
Explanation
Tanzu Kubernetes Cluster is a Kubernetes cluster deployed by developers using a YAML specification file. It uses resources from hosts across vSphere clusters to form a Kubernetes cluster on vSphere. It also enables vSphere High Availability and Distributed Resource Scheduler, which allows for load balancing and high availability of resources in the cluster. It does not remove the Kubernetes API for use by DevOps teams.


NEW QUESTION # 78
A user needs to identify the namespaces that may be accessed.
Which command willprovide the desired output?

  • A. kubect1 config get-contexts
  • B. kubect1 get contexts
  • C. kubect1 config use-context
  • D. kubect1 get storageclasses

Answer: D


NEW QUESTION # 79
How can you remove unreferenced container images from a project in an embedded Registry Service?

  • A. Purge a namespace using the vSphere Client.
  • B. Delete images in Content Library.
  • C. Use kubectl to delete the images.
  • D. Delete the namespace using the vSphere Client.

Answer: B

Explanation:
Deleting Artifact:
When an artifact is not referenced by any OCI index, you can delete the artifact freely which will delete its manifest and all associated tags.
When an artifact is referenced by an OCI index, you cannot delete it. In order to delete this artifact, you must first delete all OCI indexes referencing this artifact first, remembering that an artifact can be referenced by multiple parents artifacts pushed onto Harbor by different users. So when deleting an OCI index holding 9 children artifacts not referenced by any other index and 1 child artifact referenced by another index, only 9 out of 10 children artifacts will be deleted.
To delete any artifact in the Harbor interface, click on the artifact and select 'Delete' and confirm.
Not Purge: As a vSphere administrator, you can purge the images for a project in the private image registry by request from DevOps engineers. Purging images from the private image registry deletes all references to the images made by pods, but it does not remove the images from the image registry.


NEW QUESTION # 80
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. vSphere with Tanzu Supervisor Cluster
  • B. Tanzu Mission Control
  • C. vCenter Server
  • D. Tanzu Kubernetes Grid Service

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 # 81
Which three roles does the Spherelet perform? (Choose three )

  • A. Determines placement of vSphere pods
  • B. Provisions Tanzu Kubernetes clusters
  • C. Manages node configuration
  • D. Starts vSphere pods
  • E. Provides a key-value store for pod configuration
  • F. Communicates with Kubernetes API

Answer: C,D,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 # 82
How can a vSphere administrator replace the Supervisor Cluster API endpoint certificate?

  • A. Use the vSphere Client to replace the Workload platform MTG certificate.
  • B. Use the certificate-manager CLI utility to replace the Supervisor Cluster API endpoint certificate.
  • C. Use kubectl to replace the Supervisor Cluster API endpoint certificate.
  • D. Use the vSphere Client to replace the NSX Load Balancer certificate.

Answer: A

Explanation:

As a vSphere administrator, you can replace the certificate for the virtual IP address (VIP) to securely connect to the Supervisor Cluster API endpoint with a certificate signed by a CA that your hosts already trust. The certificate authenticates the Kubernetes control plane to DevOps engineers, both during login and subsequent interactions with the Supervisor Cluster.
Prerequisites
Verify that you have access to a CA that can sign CSRs. For DevOps engineers, the CA must be installed on their system as a trusted root.
Procedure
In the vSphere Client, navigate to the Supervisor Cluster.
Click Configure then under Namespaces select Certificates.
In the Workload platform MTG pane, select Actions > Generate CSR.
Provide the details for the certificate.
Once the CSR is generated, click Copy.
Sign the certificate with a CA.
From the Workload platform MTG pane, select Actions > Replace Certificate.
Upload the signed certificate file and click Replace Certificate.
Validate the certificate on the IP address of the Kubernetes control plane.


NEW QUESTION # 83
Why would an organization set up private image registries?

  • A. Public image registries lack enterprise support.
  • B. DevOps engineers are able to store virtual machine images in a central location.
  • C. Role-based access control can be assigned by integrating the image registry with user identity management.
  • D. Open source registry server projects enable organizations to modify them as necessary.

Answer: C

Explanation:
Explanation

VMware created Harbor in 2014. Harbor was shared with the community through an open-source license in 2016 and donated to the Cloud Native Computing Foundation (CNCF) in 2018.
Harbor is integrated into VMware products: vSphere Integrated Containers, Tanzu Kubernetes Grid Integrated Edition, and vSphere with Tanzu. The embedded Harbor for vSphere with Tanzu includes the following features: * Identity integration and role-based access control
* Graphical user interface
* Auditing of operations
* Management with labels


NEW QUESTION # 84
An administrator is configuring a vSphere with Tanzu Supervisor Cluster with the vSphere networking stack.
Which two minimum requirements must be met for the compute and networking components? (Choose two.)

  • A. The cluster configured with vSphere DRS enabled and automation level set to Fully Automated
  • B. A DHCP IP address range for the HA Proxy virtual IPs
  • C. A minimum of three distinct subnets
  • D. A DHCP IP address range for the Kubernetes control plane VMs
  • E. The cluster configured with vSphere High Availability enabled

Answer: A,C


NEW QUESTION # 85
Which step in vSphere with Tanzu enablement using the vSphere Distributed Switch process is done prior to using the Workload Management Enablement Wizard?

  • A. Choose the Kubernetes content library that should be used in the Supervisor Cluster
  • B. Deploy the load balancer
  • C. Define the Management network interfaces for the Supervisor Cluster
  • D. Define the Primary workload network P range

Answer: C

Explanation:
As a vSphere administrator, you can enable the Workload Management platform on a vSphere cluster by configuring the vSphere networking stack to provide connectivity to workloads. A Supervisor Cluster that is configured with vSphere networking supports the deployment of Tanzu Kubernetes clusters created by using the Tanzu Kubernetes Grid Service. It does not support running vSphere Pod or using the embedded Harbor Registry.


NEW QUESTION # 86
The creation of which object by an administrator in the vSphere client automatically results in thecreation of a new segment within NSX-T?

  • A. Namespace
  • B. Network policy
  • C. Pod
  • D. Service

Answer: B


NEW QUESTION # 87
Which statement describes a characteristic of Supervisor Cluster control plane VMs?

  • A. Manage the lifecycle of ESXi hosts
  • B. Host developer workloads
  • C. Run system and infrastructure pods
  • D. Are manually created by a vSphere administrator

Answer: C

Explanation:

The Supervisor Cluster provides the management layer on which Tanzu Kubernetes clusters are built. The Tanzu Kubernetes Grid Service is a custom controller manager with a set of controllers that is part of the Supervisor Cluster. The purpose of the Tanzu Kubernetes Grid Service is to provision Tanzu Kubernetes clusters.
While there is a one-to-one relationship between the Supervisor Cluster and the vSphere cluster, there is a one-to-many relationship between the Supervisor Cluster and Tanzu Kubernetes clusters. You can provision multiple Tanzu Kubernetes clusters within a single Supervisor Cluster. The workload management functionality provided by the Supervisor Cluster gives you control over the cluster configuration and lifecycle, while allowing you to maintain concurrency with upstream Kubernetes.


NEW QUESTION # 88
On which cluster can a Supervisor Namespace be created?

  • A. A vSphere 7 cluster enabled with Workload Management
  • B. A Tanzu Kubernetes cluster
  • C. A vSphere 6.7 cluster enabled with Workload Management
  • D. A Tanzu Kubernetes Grid Integrated cluster

Answer: B


NEW QUESTION # 89
......

Positive Aspects of Valid Dumps 5V0-23.20 Exam Dumps! : https://www.passsureexam.com/5V0-23.20-pass4sure-exam-dumps.html

Share Latest 5V0-23.20Test Practice Test Questions, Exam Dumps: https://drive.google.com/open?id=1TipZmLW8UBxS1N9lDE2rmp0c9773-uic