ecs.md (traefik-v2.3.2.src) | : | ecs.md (traefik-v2.3.3.src) | ||
---|---|---|---|---|
skipping to change at line 13 | skipping to change at line 13 | |||
A Story of Labels & Elastic Containers | A Story of Labels & Elastic Containers | |||
{: .subtitle } | {: .subtitle } | |||
Attach labels to your containers and let Traefik do the rest! | Attach labels to your containers and let Traefik do the rest! | |||
## Routing Configuration | ## Routing Configuration | |||
!!! info "labels" | !!! info "labels" | |||
- labels are case insensitive. | - labels are case insensitive. | |||
- The complete list of labels can be found [the reference page](../../refere nce/dynamic-configuration/ecs.md) | - The complete list of labels can be found in [the reference page](../../ref erence/dynamic-configuration/ecs.md). | |||
### General | ### General | |||
Traefik creates, for each elastic service, a corresponding [service](../services /index.md) and [router](../routers/index.md). | Traefik creates, for each elastic service, a corresponding [service](../services /index.md) and [router](../routers/index.md). | |||
The Service automatically gets a server per elastic container, and the router ge ts a default rule attached to it, based on the service name. | The Service automatically gets a server per elastic container, and the router ge ts a default rule attached to it, based on the service name. | |||
### Routers | ### Routers | |||
To update the configuration of the Router automatically attached to the service, add labels starting with `traefik.routers.{name-of-your-choice}.` and followed by the option you want to change. | To update the configuration of the Router automatically attached to the service, add labels starting with `traefik.routers.{name-of-your-choice}.` and followed by the option you want to change. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |