2V0-71.23 Question 157
Select 3An organization using VMware Tanzu Mission Control wants to segment their Kubernetes clusters into logical groupings for easier management and apply consistent policies across multiple clusters. Additionally, they want to provide developers with isolated namespaces for their application workloads. Which combination of Tanzu Mission Control features should they use to achieve this?
- A
Cluster Groups for logical cluster segmentation
- B
Workspaces for isolating developer namespaces
- C
Cluster Groups for isolating developer namespaces
- D
Workspaces for applying consistent policies across clusters
- E
Cluster Groups for applying consistent policies across clusters
Show answer and explanation
Correct answers: A, B, E
Explanation
To achieve the organization's goals, Cluster Groups should be used for logical segmentation of clusters and applying consistent policies across them. Workspaces, on the other hand, are ideal for providing developers with isolated namespaces to manage their application workloads. By combining these two features, the organization can meet their needs for both cluster management and developer isolation.
- A. Correct.
Cluster Groups are designed to organize Kubernetes clusters into logical groupings and can be used to apply consistent policies across multiple clusters.
- B. Correct.
Workspaces are designed to help developers manage their workloads by providing isolated namespaces and organizing resources within a shared cluster.
- C. Incorrect.
Cluster Groups are not used for isolating developer namespaces. That role is fulfilled by Workspaces.
- D. Incorrect.
Workspaces are not intended for applying consistent policies across clusters. They are more focused on managing developer namespaces and workloads.
- E. Correct.
Cluster Groups can be used to apply consistent policies across clusters, making them suitable for this requirement.