Traefik Proxy | |
---|---|
![]() | |
Developer(s) | Traefik Labs |
Initial release | 2016 |
Stable release | 3.3.5 [1] / March 31, 2025 |
Repository | |
Written in | Go |
Operating system | Linux, Windows, macOS, FreeBSD, OpenBSD |
Type | Web server |
License | MIT |
Website | https://traefik.io/traefik |
Traefik (pronounced traffic [2] ), or Traefik Proxy, [3] is an open-source HTTP reverse proxy and load balancer. Version 1.0.0 was released in 2016, and was written in Go by Emile Vauge. [4] [1] [5]
The project was first started in 2015, and version 1.0.0 was released a year later in 2016. [4] The developer behind the project, Emile Vauge, stated that traditional proxies at the time were not "well-suited for these dynamic environments" like Kubernetes, whereas Traefik "reconfigures itself on the fly" by querying container orchestrator APIs and reacting to changes in them. [6] [7]
By 2018, the project had 19,000 stars on Github, and 10 million pulls on DockerHub. [6]
By 2020, the project had been downloaded 2 billion times, and had 30,000 stars on Github. [8]
By 2022, traefik had been downloaded over 3 billion times, and had over 100 plugins available, making it one of the most popular software solutions in its category. [9]
Traefik has support for the following features:
Traefik can also query the APIs of different "providers" (container engines, container orochestrators, key-value stores, or cloud providers) and then dynamically reconfigure its routes when it detects a change. [7] For instance, it can query the Docker API to detect which ports are exposed by containers, listen to events like container starts and stops, and read the Docker labels of other containers which it uses to infer routing rules. [12] [13]
Traefik Hub is a commercial product offered separately from the Traefik reverse proxy. It is a GitOps-based, API management solution. [14] [5]