2V0-71.23 Question 61
Select 3You are tasked with managing a vSphere with Tanzu deployment for your organization. One of the requirements is to ensure that developers have self-service access to Kubernetes namespaces while maintaining resource isolation and quota limits. Which of the following are common administration requirements you should implement to meet this goal?
- A
Configure resource quotas within Supervisor Namespaces
- B
Enable self-service namespace creation for developers on the vSphere Client
- C
Define storage policies to ensure appropriate storage classes are available for namespaces
- D
Assign roles and permissions to developers using vSphere RBAC
- E
Deploy a load balancer for external access to applications running in Kubernetes workloads
Show answer and explanation
Correct answers: A, C, D
Explanation
To meet the requirement of providing self-service Kubernetes namespaces while maintaining resource isolation and quota limits, administrators must configure resource quotas, define storage policies, and assign appropriate roles and permissions using vSphere RBAC. These steps ensure that namespaces are properly isolated, secured, and equipped with the necessary infrastructure for developers. Self-service namespace creation is not a feature offered by vSphere with Tanzu, and deploying a load balancer is unrelated to namespace administration.
- A. Correct.
Configuring resource quotas within Supervisor Namespaces is essential to ensure resource isolation and prevent over-utilization of cluster resources by individual namespaces.
- B. Incorrect.
Self-service namespace creation is not a feature available through the vSphere Client. Administrators must create Supervisor Namespaces and assign resources before developers can use them.
- C. Correct.
Defining storage policies ensures that developers have access to the appropriate storage classes, which is a critical part of namespace configuration in vSphere with Tanzu.
- D. Correct.
Assigning roles and permissions using vSphere RBAC is necessary to control access to namespaces and enforce security policies.
- E. Incorrect.
While deploying a load balancer is important for external access to workloads, it is not directly related to the administration requirement of enabling self-service access with resource isolation and quotas.