VCP-VMC 2024 Question 109
Select 3An organization is planning to deploy Tanzu Kubernetes Grid (TKG) to enable developers to build and manage containerized applications. The administrator is tasked with explaining the key components of TKG. Which of the following are valid concepts or components of Tanzu Kubernetes Grid?
- A
Cluster API for lifecycle management of Kubernetes clusters
- B
vSphere with Tanzu Supervisor Cluster as the default control plane for TKG
- C
Tanzu Kubernetes Grid Extensions for networking, observability, and other services
- D
Built-in support for hybrid and multi-cloud deployments
- E
Dependency on VMware NSX-T as the only supported networking solution
Show answer and explanation
Correct answers: A, C, D
Explanation
Tanzu Kubernetes Grid (TKG) is VMware's enterprise-ready Kubernetes runtime that enables consistent deployment and management of Kubernetes clusters across various environments. It leverages Cluster API for lifecycle management, supports hybrid and multi-cloud deployments, and offers extensions for enhanced functionality. While NSX-T is a supported networking option, TKG is flexible and supports other networking solutions as well. Understanding the core components and capabilities of TKG is crucial for designing and implementing modern containerized application platforms.
- A. Correct.
Cluster API is a core component of Tanzu Kubernetes Grid, providing declarative lifecycle management for Kubernetes clusters. This is a correct concept of TKG.
- B. Incorrect.
vSphere with Tanzu Supervisor Cluster is a separate solution within the VMware Tanzu portfolio but is not the default control plane for Tanzu Kubernetes Grid. TKG typically uses Kubernetes cluster constructs for its control plane.
- C. Correct.
Tanzu Kubernetes Grid Extensions enhance TKG by providing additional capabilities like networking, logging, monitoring, and ingress controllers. These are valid components of TKG.
- D. Correct.
Tanzu Kubernetes Grid is designed to support hybrid and multi-cloud environments, allowing Kubernetes clusters to run on vSphere, public clouds, and edge environments. This is a correct concept of TKG.
- E. Incorrect.
While NSX-T is a supported networking solution, it is not the only supported option for Tanzu Kubernetes Grid. Other networking solutions, such as Antrea and Calico, are also supported. This statement is incorrect.