traefik/docs/user-guide
Mike Foley d2b47a5681
Support sticky sessions under SWARM Mode.
SWARM Mode has it's own built in Load balancer, so if we want to leverage sticky sessions,
 or if we would just prefer to bypass it and go directly to the containers (aka tasks), via
	--label traefik.backend.disable.swarm.loadbalancer=true
 then we need to let Traefik know about the underlying tasks and register them as
 services within it's backend.
2017-02-06 14:44:25 +01:00
..
cluster.md Add documentation 2016-09-30 12:29:39 +02:00
examples.md Add ability to set authenticated user in request header (#889) 2016-12-16 16:42:51 +01:00
kubernetes.md Allow setting circuitbreaker expression via Kubernetes annotation (#1056) 2017-02-03 17:47:48 +01:00
kv-config.md Add documentation 2016-09-30 12:29:39 +02:00
swarm-mode.md Support sticky sessions under SWARM Mode. 2017-02-06 14:44:25 +01:00
swarm.md Add documentation for Træfik on docker swarm mode 2016-10-06 15:48:23 +02:00