2V0-71.23 Question 194
Select 4Your organization is adopting Tanzu Kubernetes Grid (TKG) to simplify Kubernetes management across multiple environments. As a Kubernetes administrator, you are asked to explain the benefits of using TKG. Which of the following are valid benefits of Tanzu Kubernetes Grid?
- A
Streamlined deployment and management of Kubernetes clusters across multiple clouds
- B
Built-in monitoring and logging capabilities for Kubernetes workloads
- C
Support for automatic vertical scaling of Kubernetes clusters based on workload performance
- D
Consistent Kubernetes distribution certified by the Cloud Native Computing Foundation (CNCF)
- E
Simplified integration of Kubernetes clusters with VMware vSphere and NSX-T
Show answer and explanation
Correct answers: A, B, D, E
Explanation
Tanzu Kubernetes Grid (TKG) delivers numerous benefits, including multi-cloud Kubernetes management, built-in observability, a consistent CNCF-certified Kubernetes distribution, and tight integration with VMware's ecosystem. These features help organizations simplify operations and maintain standardization across environments. However, TKG does not offer automatic vertical scaling of clusters, as Kubernetes scaling primarily focuses on horizontal scaling.
- A. Correct.
Correct: TKG provides a unified platform for deploying and managing Kubernetes clusters across private, public, and hybrid clouds, simplifying operations.
- B. Correct.
Correct: TKG includes built-in monitoring and logging tools like Tanzu Mission Control and integrations with tools like Prometheus and Grafana, enabling better observability.
- C. Incorrect.
Incorrect: While TKG supports scaling capabilities, vertical scaling (changing resource limits of nodes dynamically) is not an automated feature of TKG.
- D. Correct.
Correct: TKG is built on a CNCF-certified Kubernetes distribution, ensuring consistency and adherence to Kubernetes standards.
- E. Correct.
Correct: TKG provides seamless integration with VMware vSphere and NSX-T, enabling organizations to leverage existing VMware infrastructure for Kubernetes.