2V0-71.23 Question 339
Select 3You are deploying a Tanzu Kubernetes Grid (TKG) cluster in an environment integrated with NSX Advanced Load Balancer (ALB). During the setup, you want to ensure high availability for the Kubernetes control plane and seamless ingress traffic management for workloads. Which actions are required to achieve this integration?
- A
Configure a VIP (Virtual IP) for the Kubernetes API server using NSX ALB.
- B
Deploy Service Engines through the NSX ALB Controller to handle traffic.
- C
Manually configure node port services for workload ingress traffic.
- D
Set up an NSX ALB Cloud with a preconfigured IPAM profile.
- E
Bind the NSX ALB Service Engine group to the TKG cluster during deployment.
Show answer and explanation
Correct answers: A, B, D
Explanation
To integrate Tanzu Kubernetes Grid with NSX Advanced Load Balancer, you need to configure a VIP for the Kubernetes API server, set up Service Engines to manage traffic, and configure an NSX ALB Cloud with IPAM for IP address management. These steps ensure high availability for the control plane and efficient ingress traffic handling. Manual node port configuration and binding Service Engine groups are unnecessary in this integration.
- A. Correct.
Correct: Configuring a VIP for the Kubernetes API server allows NSX ALB to provide high availability and load balancing for the control plane.
- B. Correct.
Correct: Service Engines are deployed by the NSX ALB Controller and are responsible for distributing and managing traffic.
- C. Incorrect.
Incorrect: Node port services are not required for workload ingress traffic when NSX ALB is configured, as the ALB handles ingress through its load balancing mechanisms.
- D. Correct.
Correct: An NSX ALB Cloud with a preconfigured IPAM profile is essential for IP address management and ensures seamless integration with TKG.
- E. Incorrect.
Incorrect: Binding the NSX ALB Service Engine group to the TKG cluster is not a required step during deployment. The integration occurs through the ALB Controller and configuration settings.