This section provides reference information for all Edge-LB pool configuration settings and examples to demonstrate various use-cases.
Configuration reference
The API reference, in swagger format, can be found by running the command below. It contains all possible options and a short description for each endpoint.
dcos edgelb show --reference
For more information, see the CLI Reference Guide entry for dcos edgelb show
.
Choose an API version on the sidebar to view the appropriate configuration reference or examples.
API versions
A new top-level pool configuration field named apiVersion
was introduced in Edge-LB v1.0.0. The two models are almost identical, with one important difference: pool.haproxy.backends.servers
(in apiVersion V1
) has been replaced with pool.haproxy.backends.services
, with a more intuitive way to select services/backends for HAProxy.
V2 Pool Reference
ENTERPRISE
Reference for all Edge-LB pool configurations options in the V2 API…Read More
V2 Pool Examples
ENTERPRISE
Example Edge-LB pool configurations using the V2 API…Read More
Pool metadata
ENTERPRISE
Reference information for Edge-LB pool metadata when integrating with cloud provider load balancers…Read More
V1 Pool Reference
ENTERPRISE
Reference for all Edge-LB pool configurations options in the V1 API…Read More
V1 Pool Examples
ENTERPRISE
Example Edge-LB pool configurations using the V1 API…Read More