01
Multi-platform discovery
Docker, Swarm, Kubernetes, Nomad, an HTTP endpoint, or a YAML file. Routes are picked up, added, and removed automatically.
Service discovery for Docker, Swarm, Kubernetes, and Nomad. Automatic HTTPS with Let's Encrypt. HTTP/2 by default. Hot reload through a REST API.
services:
whoami:
image: traefik/whoami
labels:
- "sozune.enable=true"
- "sozune.http.app.host=app.example.com"
- "sozune.http.app.tls=true"Four things you should expect from a modern reverse proxy. None of them optional.
Docker, Swarm, Kubernetes, Nomad, an HTTP endpoint, or a YAML file. Routes are picked up, added, and removed automatically.
Let's Encrypt provisioning and renewal, no intervention. Multi-domain SNI supported out of the box.
ALPN negotiates h2 on every TLS listener. No flag, no config — it just works.
REST API to create, update, delete entrypoints on the fly. Zero downtime, zero restart.