October 2015
Intermediate to advanced
282 pages
5h 40m
English
In this recipe, we will make our load balancer accessible to the Internet.
In the previous recipe, we created a VIP for our load balancer. The clients will access the service available behind the load balancer using this VIP. To make the service accessible through the Internet, the VIP must be reachable from the external Networks.
In this recipe, we will associate a floating IP to the VIP of the load balancer. We will need the Neutron port ID of the load balancer's VIP. Use the neutron port-list command to look for the port associated with the address of the VIP.
For this recipe, you will need the following information:
Read now
Unlock full access