This is a reference for all possible Edge-LB pool configuration values, as well as some 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.
V1 Pool Reference
Reference for all Edge-LB pool configurations options in the V1 API…Read More
V1 Pool Examples
Example Edge-LB pool configurations using the V1 API…Read More
V2 Pool Reference
Reference for all Edge-LB pool configurations options in the V2 API…Read More
V2 Pool Examples
Example Edge-LB pool configurations using the V2 API…Read More