1
0
mirror of https://github.com/containous/traefik.git synced 2025-02-03 13:47:11 +03:00
2015-09-22 10:54:54 +02:00
2015-09-22 10:50:33 +02:00
2015-09-19 13:02:59 +02:00
2015-09-21 18:05:56 +02:00
2015-09-11 16:55:44 +02:00
2015-09-21 18:05:56 +02:00
2015-09-22 10:54:54 +02:00
2015-09-19 13:02:59 +02:00
2015-09-17 20:54:50 +02:00
2015-09-21 18:05:56 +02:00
2015-09-21 18:05:56 +02:00
2015-09-21 18:05:56 +02:00
2015-09-15 23:09:48 +02:00
2015-09-15 23:09:48 +02:00
2015-09-12 15:10:03 +02:00
2015-09-12 15:10:03 +02:00
2015-09-10 10:02:51 +02:00
2015-09-19 13:02:59 +02:00
2015-09-21 18:05:56 +02:00
2015-09-08 13:33:10 +02:00
2015-09-22 10:50:33 +02:00
2015-09-21 18:05:56 +02:00
2015-09-21 18:05:56 +02:00
2015-09-22 10:33:37 +02:00

Træfɪk


Circle CI License

Træfɪk is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease. It supports several backends (Docker 🐳, Mesos/Marathon, Consul, Etcd, Rest API, file...) to manage its configuration automatically and dynamically.

Features

  • No dependency hell, single binary made with go
  • Simple json Rest API
  • Simple TOML file configuration
  • Multiple backends supported: Docker, Mesos/Marathon, Consul, Etcd, and more to come
  • Watchers for backends, can listen change in backends to apply a new configuration automatically
  • Hot-reloading of configuration. No need to restart the process
  • Graceful shutdown http connections during hot-reloads
  • Circuit breakers on backends
  • Round Robin, rebalancer load-balancers
  • Rest Metrics
  • Tiny docker image included
  • SSL backends support
  • SSL frontend support
  • WebUI

Plumbing

  • Oxy: an awsome proxy library made by Mailgun guys
  • Gorilla mux: famous request router
  • Negroni: web middlewares made simple
  • Graceful: graceful shutdown of http.Handler servers

Quick start

./traefik traefik.toml
  • Use the tiny Docker image:
docker run -d -p 8080:8080 -p 80:80 -v $PWD/traefik.toml:/traefik.toml emilevauge/traefik
  • From sources:
git clone https://github.com/EmileVauge/traefik

Documentation

You can find the complete documentation here.

Description
traefik mirror
Readme 183 MiB
Languages
Go 93.4%
Vue 4.3%
JavaScript 1.7%
Shell 0.2%
SCSS 0.2%
Other 0.1%