Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 2.17 KB

README.md

File metadata and controls

62 lines (40 loc) · 2.17 KB

Traefik

Container running traefik proxy :

traefik-screenshot

Usage with docker

See also :

Usage with Kubernetes

# To get dashboard on http://traefik.dev.localhost
bash k8s-install.sh
# To get dashboard on http://traefik.example.net
DEVBOX_HOSTNAME=example.net bash k8s-install.sh

Usage with Kind

Use kind/quickstart.sh to install traefik or :

TRAEFIK_MODE=kind bash k8s-install.sh

Resources

Docker :

Kubernetes :

Other :