5v0-2320

Here you have the best VMWare 5v0-2320 practice exam questions

  • You have 123 total questions to study from
  • Each page has 5 questions, making a total of 25 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on November 17, 2024
Question 1 of 123

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?

    Correct Answer: A

    To ensure that all persistent volumes configured by developers within a namespace are placed on a defined subset of datastores, the administrator should create a storage policy containing the tagged datastores and apply it to the vSphere Namespace. This action will dictate which datastores the namespace can access and use for persistent volumes, converting them into Kubernetes storage classes. Developers can then use these storage classes in their persistent volume claim specifications.

Question 2 of 123

Which three roles does the Spherelet perform? (Choose three.)

    Correct Answer: B, C, E

    The Spherelet is a core component that acts similarly to a kubelet but is designed to work natively on ESXi hosts. It performs the following key roles: managing node configuration, starting vSphere pods, and communicating with the Kubernetes API. This allows the ESXi host to be integrated into the Kubernetes cluster and manage workloads efficiently. Determining pod placement is usually handled by other components like DRS (Distributed Resource Scheduler), and provisioning Tanzu Kubernetes clusters requires more extensive infrastructure deployment beyond the immediate responsibilities of a Spherelet. Providing a key-value store is also not within the typical scope of a Spherelet's duties.

Question 3 of 123

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

    Correct Answer: A

    Deploying an application as a vSphere Pod is beneficial when the application needs to run as privileged pods. vSphere Pods provide direct integration with the underlying vSphere environment, which can offer the necessary permissions and capabilities that might be restricted in a standard Tanzu Kubernetes cluster due to the more stringent security and isolation mechanisms in place.

Question 4 of 123

A company needs to provide global visibility and consistent policy management across multiple Tanzu Kubernetes Clusters, namespaces, and clouds.

Which VMware solution will meet these requirements?

    Correct Answer: C

    To provide global visibility and consistent policy management across multiple Tanzu Kubernetes Clusters, namespaces, and clouds, VMware Tanzu Mission Control is the appropriate solution. This service is designed specifically for managing Kubernetes clusters across multiple environments, ensuring consistent policies and comprehensive visibility. Other products like vSphere with Tanzu Supervisor Cluster, vCenter Server, and Tanzu Kubernetes Grid Service do not offer the same level of multi-cluster management and policy enforcement as Tanzu Mission Control.

Question 5 of 123

A developer is connecting to a Tanzu Kubernetes Cluster using the kubectl vsphere login command.

Which information must be specified, in addition to both the name of the cluster and the Supervisor Cluster Control Plane IP?

    Correct Answer: A

    When using the kubectl vsphere login command to connect to a Tanzu Kubernetes Cluster, you need to specify the path to the existing kubeconfig file and the SSO Username. The path to the kubeconfig file is necessary for kubectl to know where to save and retrieve the configuration information, and the SSO Username is required for authentication with the vSphere Single Sign-On service.