2V0-71.23 Question 59
Select 3An organization has deployed VMware Tanzu Kubernetes Grid (TKG) across multiple environments. As part of the administration requirements, the team needs to ensure consistent access policies, enable monitoring for cluster health, and apply regular updates. Which tools or features in TKG are most suitable to address these requirements?
- A
Tanzu Mission Control (TMC) for centralized policy management and monitoring
- B
Cluster API (CAPI) for managing cluster lifecycle and applying updates
- C
Kubernetes ConfigMaps for defining access policies across clusters
- D
Velero for backup and disaster recovery
- E
Tanzu Observability for advanced monitoring and visualization
Show answer and explanation
Correct answers: A, B, E
Explanation
Administrators of TKG environments need to leverage the right tools for specific administrative tasks. Tanzu Mission Control helps with centralized access policy management and monitoring across multiple clusters, while Cluster API handles lifecycle management, including updates. Tanzu Observability enhances monitoring capabilities, making it suitable for cluster health insights. Together, these tools address the organization's requirements.
- A. Correct.
Tanzu Mission Control (TMC) is used for centralized management of policies, enabling consistent access control and monitoring across clusters. It is ideal for organizations managing multiple TKG environments.
- B. Correct.
Cluster API (CAPI) is the core mechanism in TKG for managing the lifecycle of Kubernetes clusters, including upgrades and updates. It ensures clusters are kept up-to-date.
- C. Incorrect.
Kubernetes ConfigMaps are useful for configuration management within a single cluster, but they are not suitable for defining centralized access policies across multiple clusters.
- D. Incorrect.
Velero is designed for backup and disaster recovery, which is not directly related to access policies, cluster monitoring, or updates.
- E. Correct.
Tanzu Observability provides advanced monitoring and visualization capabilities, helping administrators gain insights into cluster health and performance.