2V0-71.23 Question 335
Select 3An organization has deployed Tanzu Kubernetes Grid (TKG) in their environment and wants to use NSX Advanced Load Balancer (NSX-ALB) to manage ingress traffic for their Kubernetes workloads. Which of the following statements correctly describe how TKG integrates with NSX-ALB?
- A
TKG leverages NSX-ALB to provide Layer 4 and Layer 7 load balancing for Kubernetes services.
- B
NSX-ALB automatically creates Virtual Services and maps them to Kubernetes Ingress resources in the TKG cluster.
- C
TKG requires manual configuration of NSX-ALB Virtual Services and Service Engines for every Kubernetes service.
- D
NSX-ALB integrates with TKG by deploying Service Engines in the same network as the Kubernetes cluster nodes.
- E
TKG uses NSX-ALB to dynamically scale Service Engines based on workload demands.
Show answer and explanation
Correct answers: A, B, D
Explanation
Tanzu Kubernetes Grid integrates seamlessly with NSX Advanced Load Balancer to provide automated Layer 4 and Layer 7 load balancing for Kubernetes services. NSX-ALB simplifies operations by automatically creating Virtual Services and mapping them to Kubernetes Ingress resources, reducing manual configuration overhead. Additionally, the Service Engines are deployed within the same network as the Kubernetes cluster nodes to ensure optimal traffic handling. However, NSX-ALB scaling of Service Engines is typically managed through policies rather than dynamically based solely on workload demands.
- A. Correct.
Correct. NSX-ALB provides both Layer 4 and Layer 7 load balancing capabilities for Kubernetes services deployed on TKG clusters.
- B. Correct.
Correct. NSX-ALB has native integration with TKG to automatically create and manage Virtual Services and map them to Kubernetes Ingress resources.
- C. Incorrect.
Incorrect. NSX-ALB automates the configuration of Virtual Services and Service Engines, reducing the need for manual setup.
- D. Correct.
Correct. NSX-ALB deploys Service Engines in the same network as the Kubernetes cluster nodes to ensure efficient load balancing and traffic management.
- E. Incorrect.
Incorrect. While NSX-ALB is capable of scaling Service Engines, this scaling is not necessarily dynamic based solely on workload demands; it is typically managed through configured policies.