August 2018
Beginner
462 pages
12h 36m
English
Pools are associated with load balancers and are objects that represent a collection of instances that receive traffic sent to the VIP. With the neutron client, create a pool with the following attributes:
The following command can be used:
neutron lbaas-pool-create \--lb-algorithm ROUND_ROBIN \--protocol HTTP \--loadbalancer LB_WEB \--name POOL_WEB
The output will resemble the following:

Read now
Unlock full access