traefik

Modern reverse proxy and load balancer for microservices

brewmacoslinux
Try with needOr install directly
Source

About

Modern reverse proxy

Commands

traefik

Examples

Start Traefik with default configuration$ traefik
Start Traefik with a custom configuration file$ traefik --configFile=/path/to/traefik.yml
Run Traefik with Docker provider enabled$ traefik --providers.docker=true --providers.docker.endpoint=unix:///var/run/docker.sock