Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 2.14 KB

File metadata and controls

60 lines (37 loc) · 2.14 KB

Traefik

Container running traefik proxy for DEV purpose :

traefik-screenshot

Usage with docker

See also :

Usage with Kubernetes

WARNING : A service of type LoadBalancer will be created and a public IP will be claimed. See Usage with Kind to deploy a NodePort service with local port mapping.

# To get dashboard on https://traefik.dev.localhost/dashboard/#/
bash traefik/k8s-install.sh

Usage with Kind

Use kind/quickstart.sh to install traefik OR :

# To get dashboard on https://traefik.dev.localhost/dashboard/#/
TRAEFIK_MODE=kind bash traefik/k8s-install.sh

Resources

Docker :

Kubernetes :

Other :