2V0-21.23 Question 128
Select 2An organization is planning to deploy Kubernetes-based applications in their vSphere environment. They want to achieve better integration with vSphere resources, enable role-based access control (RBAC) for developers, and manage multiple workloads across different teams efficiently. Which feature(s) of VMware vSphere with Tanzu would best address their requirements?
- A
Supervisor Cluster for enabling Kubernetes workloads on vSphere infrastructure
- B
Supervisor Namespace for isolating and managing workloads for individual teams
- C
vSphere HA for ensuring application availability in case of host failures
- D
VMFS Datastores for optimizing storage performance for Kubernetes pods
- E
Content Library for managing and distributing Kubernetes YAML files across clusters
Show answer and explanation
Correct answers: A, B
Explanation
Supervisor Clusters and Supervisor Namespaces are core components of VMware vSphere with Tanzu for enabling Kubernetes functionality in a vSphere environment. Supervisor Clusters integrate Kubernetes into vSphere, allowing workloads to run natively, while Supervisor Namespaces provide logical boundaries to isolate and manage workloads for individual teams with RBAC. These features directly address the organization's requirements for Kubernetes deployment, workload management, and multi-tenancy.
- A. Correct.
Supervisor Cluster enables vSphere to run Kubernetes workloads natively by integrating Kubernetes into the vSphere control plane, making it essential for Kubernetes-based applications.
- B. Correct.
Supervisor Namespace provides a logical boundary for managing and isolating workloads for specific teams or projects, along with role-based access control (RBAC), making it ideal for multi-team environments.
- C. Incorrect.
vSphere HA is primarily a feature for ensuring VM availability during host failures and does not directly address Kubernetes workload enablement or management.
- D. Incorrect.
VMFS Datastores are a storage solution for virtual machines, but they are not specific to Kubernetes workloads or the management of teams and applications.
- E. Incorrect.
Content Library is used for managing and distributing VM templates, ISO images, and OVA files, but it is not a solution for enabling Kubernetes or isolating workloads.