...
InternalLBVM - Internal Load Balancer VM
...
General flow
- Create App tier using network offering with Service=Lb, Provider=ILBVm
- Create Internal Load Balancer - InternalLB1 - on the App tier network. The new InternalLBVM starts up on App tier with the Ip1 automatically acquired from the app tier network.
- Create Load Balancing rule LBRule1 with lbPort 80 and instancePort 80 in InternalLB1. Nothing gets configured on the backend yet.
- Add vm1 to the LBRule1. The rule for Ip1/VM1/ports 80:80 is configured inside the HA proxy
- Add vm2 to the LBRule1. The rule for IP1/VM2/80:80 is configured inside the HA Proxy
- If you want to manage access from tier A to tier B, setup Network ACLs
...