2V0-71.23 Question 253
Single answerA company is using VMware Tanzu Kubernetes Grid Service to manage its Kubernetes clusters. They want to ensure that developers can provision Kubernetes clusters on-demand, but the operations team must retain control over cluster configurations, such as network settings and resource limits. Which feature of Tanzu Kubernetes Grid Service should the company use to achieve this?
- A
Cluster Classes
- B
Namespace Isolation
- C
Tanzu Mission Control
- D
vSphere Pod Service
Show answer and explanation
Correct answer: A
Explanation
Cluster Classes in Tanzu Kubernetes Grid Service provide a powerful way to balance developer autonomy with operational control. By using Cluster Classes, administrators can define consistent configurations for Kubernetes clusters, ensuring compliance with organizational policies while allowing developers to deploy clusters on-demand.
- A. Correct.
Cluster Classes allow administrators to define standardized configurations for Kubernetes clusters, including network settings, resource limits, and other parameters. Developers can then provision clusters based on these pre-defined templates, ensuring operational consistency.
- B. Incorrect.
Namespace Isolation is a Kubernetes feature that scopes access to resources within a cluster. While useful for multi-tenant environments, it does not address the need for central control over cluster configurations.
- C. Incorrect.
Tanzu Mission Control is a centralized management tool for Kubernetes clusters, but it operates at a higher level and is not specific to the Tanzu Kubernetes Grid Service's cluster provisioning process.
- D. Incorrect.
vSphere Pod Service is designed to run Kubernetes workloads directly on the vSphere platform as pods, not for defining or controlling cluster configurations.