2V0-71.23 Question 327
Select 3You are tasked with deploying NSX Advanced Load Balancer (ALB) in a Tanzu Kubernetes Grid (TKG) environment. The goal is to provide advanced traffic management and application delivery capabilities. Which features of NSX ALB can be leveraged in this scenario to enhance application availability and performance?
- A
Global Server Load Balancing (GSLB) to distribute traffic across multiple geographic locations
- B
Built-in Web Application Firewall (WAF) to protect applications from security threats
- C
Integration with Tanzu Mission Control (TMC) for unified observability across Kubernetes clusters
- D
Real-time application analytics to monitor application performance and traffic patterns
- E
Automated scaling of Kubernetes worker nodes based on traffic patterns
Show answer and explanation
Correct answers: A, B, D
Explanation
NSX Advanced Load Balancer provides a range of features to enhance application delivery and performance in Kubernetes environments, including Global Server Load Balancing (GSLB), Web Application Firewall (WAF), and real-time application analytics. These features enable advanced traffic management, security, and visibility, making NSX ALB a critical component in modern application architectures. However, tasks such as Kubernetes node scaling and cluster management are outside the scope of NSX ALB's capabilities.
- A. Correct.
Global Server Load Balancing (GSLB) is a key feature of NSX ALB that can distribute traffic across multiple geographic locations, enhancing application availability and disaster recovery capabilities.
- B. Correct.
The built-in Web Application Firewall (WAF) in NSX ALB protects applications from common security threats, such as SQL injection and cross-site scripting, which is critical for ensuring secure application delivery.
- C. Incorrect.
Integration with Tanzu Mission Control (TMC) is not a feature of NSX ALB. TMC provides centralized management for Kubernetes clusters, but it does not directly tie into NSX ALB's capabilities.
- D. Correct.
Real-time application analytics is a feature of NSX ALB that provides deep visibility into application performance and traffic patterns, enabling better decision-making for traffic management and scaling.
- E. Incorrect.
NSX ALB does not directly handle the automated scaling of Kubernetes worker nodes. Scaling of Kubernetes nodes is typically managed by other Kubernetes components or tools such as Cluster Autoscaler.