Load balancing allows access to multiple servers using a single VIP address. Load balancer gives an equal distribution of load across the backend servers and also provides higher HA than using a single server.
Blog Series
- Installing NSX-V 6.4
- Configure Controller Nodes and enable CDO mode in NSX-V 6.4
- One Page View of all NSX-V commands
- Configure VXLAN and Prepare ESX hosts for VXLAN traffic
- Configure the Transport Zone and Logical Switches
- Configure Distributed Logical Router
- Configure Edge Services Router (ESG)
- Verifying VXLAN Connectivity
- Regenerate Self-signed Certificate on NSX-V
- DLR VM SSH Access
- Backup NSX-V Manager
- Dynamic routing with OSPF in DLR
- Dynamic routing with OSPF in ESG
- VMware NSX Edge Load Balancer
- VMware NSX Edge Load Balancer SSL Offloading
- NSX-V Firewall & Microsegmentation
- NSX-V Firewall Service Composer
Terminologies
- VIP – Its a virtual P address plus a port to access the service eg : 192.168.10.5:80
- Backend pool – List of servers providing a service eg: webservers
- Service Monitor – Health check parameters for a service eg : ping checks
- Application Profile – Defines Service behaviour ( eg: Session Persistence )
NSX Load Balancer Layout
Our web servers are defined under the load balancer as per this diagram
We have validated in the previous post our webservers are working via the loadbalancer VIP address
Enable SSL PassThrough and SSL Offloading
SSL Pass-through means the certificate is passed to the backend server and this takes care of the certificate.
SSL Offloading means the load balancer hands all certificate stuff.
Generate a CSR request using this procedure
We have generated a certificate as shown
Go to LoadBalancer > Application Profiles
Chanage Application Profile type to https
On the Client SSLtab, select the certificate we generated
Finally we now need to go to our Virtual Servers and change the protocol to use https instead of http
Change protocol to https
Browse and check if our webUI shows https://UI
Conclusion
In the next post, we will deploy a one-Arm Load balancer