2V0-71.23 Question 256
Select 3You are tasked with deploying Tanzu Kubernetes Grid (TKG) workload clusters for your organization. The workload clusters need to support specific application requirements, including the ability to scale resources dynamically and isolate workloads for different business units. Which of the following statements accurately describe TKG workload clusters and their capabilities?
- A
TKG workload clusters are deployed as separate Kubernetes clusters, allowing isolation for different applications or teams.
- B
A single TKG workload cluster can host multiple control planes for better scalability and redundancy.
- C
TKG workload clusters can be configured with auto-scaling to dynamically manage resources based on workload demands.
- D
TKG workload clusters share the same control plane as the management cluster to reduce resource overhead.
- E
Network policies can be applied to TKG workload clusters to ensure secure communication between applications.
Show answer and explanation
Correct answers: A, C, E
Explanation
TKG workload clusters are designed to provide flexibility, scalability, and isolation for Kubernetes deployments. They are independent Kubernetes clusters with their own control planes, which ensures that they are isolated from the management cluster and other workload clusters. Additionally, features such as auto-scaling and network policies make them suitable for dynamic and secure application environments.
- A. Correct.
Correct: TKG workload clusters are independent Kubernetes clusters, providing logical and physical isolation for different teams or applications.
- B. Incorrect.
Incorrect: Each TKG workload cluster has a single control plane. Multiple control planes are not hosted within a single workload cluster.
- C. Correct.
Correct: TKG workload clusters support auto-scaling to adjust resources dynamically based on demand, which is critical for handling variable workloads.
- D. Incorrect.
Incorrect: TKG workload clusters have their own control planes and do not share the control plane of the management cluster. This ensures better isolation and scalability.
- E. Correct.
Correct: TKG workload clusters support network policies to enforce security and control communication between applications.