Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

InternalLBVM - Internal Load Balancer VM

...

General flow

  1. Create App tier using network offering with Service=Lb, Provider=ILBVm
  2. 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.
  3. Create Load Balancing rule LBRule1 with lbPort 80 and instancePort 80 in InternalLB1. Nothing gets configured on the backend yet.
  4. Add vm1 to the LBRule1. The rule for Ip1/VM1/ports 80:80 is configured inside the HA proxy
  5. Add vm2 to the LBRule1. The rule for IP1/VM2/80:80 is configured inside the HA Proxy
  6. If you want to manage access from tier A to tier B, setup Network ACLs

...