Træfik Proxy
The Cloud Native Application Proxy Simplify networking complexity while designing, deploying, and operating applications.
Cost / License
- Free
- Open Source (MIT)
Application typeApplication types
Platforms
- Linux
- Kubernetes
- Docker
- Docker Hub
Features
Træfik Proxy News & Activities
Recent News
- POX published news article about Træfik Proxy
Traefik Proxy 3.7 adds 85+ Ingress NGINX annotations, middlewares on services, and moreTraefik Proxy 3.7, code-named “Langres”, is now available as the latest release of this open-source...
- POX published news article about Træfik Proxy
Traefik Proxy 3.6 brings multi-layer routing, Knative integration, and Gateway API v1.4Traefik Proxy 3.6, code-named “Ramequin”, is now available as the latest release of the open source...
- POX published news article about Træfik Proxy
Traefik Proxy 3.5 debuts with Ingress NGINX migration, Gateway API v1.3 support, and moreTraefik Labs has released version 3.5, code-named “Chabichou”, marking a notable update to its clou...
Recent activities
I like Traefik because it picks up new containers automatically via Docker labels - no manually editing a proxy config every time we ship a new service across our stack. Let's Encrypt renewal has also just worked without us touching it. The one thing that took a minute to get right was the middleware chain order (auth before compression, not after) - once that clicked it's been solid since.
- fanpino liked Træfik Proxy
- avdp added Træfik Proxy as alternative to HAProxy Cluster Manager
moh-alkhatib added Træfik Proxy as alternative to qaws- uatec liked Træfik Proxy
- bibekaryal liked Træfik Proxy
- braky updated Træfik Proxy
- barzbug liked Træfik Proxy
- arnsk liked Træfik Proxy
- SudoVanilla added Træfik Proxy as alternative to Pingora Proxy Manager
Featured in Lists
This guide is designed for anyone looking to take greater control of their digital life by choosing open-source...
A list of open-source software containing slop (LLM generated) code or endorses the usage of LLMs in other ways. This...
This is my personal, actively evolving self-hosted stack. I run my own VPS and prefer tools I can understand,...





Comments and Reviews
I like Traefik because it picks up new containers automatically via Docker labels - no manually editing a proxy config every time we ship a new service across our stack. Let's Encrypt renewal has also just worked without us touching it. The one thing that took a minute to get right was the middleware chain order (auth before compression, not after) - once that clicked it's been solid since.
Powerful tool ! I was using haproxy + caddy for TCP splitting between HTTPS and TCP Stream, reverse proxying with auto HTTPS certificates, authentication forward through authentik. Traefik managed to replace haproxy + caddy and works flawlessly. It has a Docker auto discovery system via labels in the compose file, but you can use it like me trough manual settings files.