1
0
mirror of https://github.com/containous/traefik.git synced 2025-02-10 13:57:34 +03:00
2015-09-14 15:38:58 +02:00
2015-09-19 13:02:59 +02:00
2015-09-11 16:55:44 +02:00
2015-09-16 14:48:35 +02:00
2015-09-19 13:02:59 +02:00
2015-09-17 20:54:50 +02:00
2015-09-15 22:32:32 +02:00
2015-09-15 22:32:32 +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-19 13:02:59 +02:00
2015-09-08 13:33:10 +02:00
2015-09-15 00:03:53 +02:00
2015-09-19 13:02:59 +02:00
2015-09-16 22:41:14 +02:00

Træfɪk

Circle CI Forks Stars 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 (hot-reload).

Backends

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
  • Rest Metrics
  • Tiny docker image included
  • SSL backends support
  • SSL frontend support

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

  • The simple way: grab the latest binary from the Github releases page and just run it with the sample configuration file:
./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

Configuration

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%