Go to file
Emile Vauge 6edc0926eb
sub-tests + Fatalf/Errorf
Signed-off-by: Emile Vauge <emile@vauge.com>
2017-04-11 22:36:55 +02:00
.github Append template section asking for debug log output. 2017-03-31 17:38:48 +02:00
.travis Fix SSH key, I hope... 2016-04-06 15:28:25 +02:00
acme remove dot from regex 2017-03-07 15:21:08 +01:00
autogen Refactor traefik with package 2015-11-02 18:35:55 +01:00
cluster Fix panic in k8s loadIngresses 2017-02-03 09:46:27 +01:00
cmd Append template section asking for debug log output. 2017-03-31 17:38:48 +02:00
contrib/systemd Add systemd watchdog feature 2017-02-04 19:06:24 +01:00
docs Docker: Added warning if network could not be found (#1310) 2017-04-11 22:36:55 +02:00
examples Small fixes and improvments 2017-03-06 17:45:58 +01:00
healthcheck Rename health check URL parameter to path. 2017-04-11 22:36:55 +02:00
integration add dynamo 2017-03-16 10:12:26 -06:00
job Import order as goimports does 2016-12-30 19:04:02 +01:00
log Import order as goimports does 2016-12-30 19:04:02 +01:00
middlewares Fix metrics registering 2017-04-11 22:36:55 +02:00
mocks IP-per-task: (#841) 2017-01-06 16:26:50 +01:00
provider sub-tests + Fatalf/Errorf 2017-04-11 22:36:55 +02:00
safe Lint files 2017-02-03 09:55:47 +01:00
script glide.sh: Push argument to GLIDE_ARGS array. 2017-04-10 10:42:33 +02:00
templates Adding docker labels traefik.<servicename>.* properties like 2017-03-14 08:45:47 +01:00
types Rename health check URL parameter to path. 2017-04-11 22:36:55 +02:00
vendor Upgrade k8s.io/client-go to version 2 2017-04-07 11:52:18 +01:00
version Revert "Pass context to ListReleases when checking for new versions." 2017-04-11 22:36:55 +02:00
webui Fix travis script (#1067) 2017-02-02 10:58:42 +01:00
.dockerignore Prepare for dependency vendoring. 2017-03-08 22:21:12 +01:00
.gitignore Prepare for dependency vendoring. 2017-03-08 22:21:12 +01:00
.pre-commit-config.yaml add errcheck validation 2016-03-23 16:39:09 +01:00
.travis.yml Move make cross binary to Travis deploy step 2017-04-11 20:47:25 +02:00
adapters.go Add ACME store 2016-09-30 11:26:17 +02:00
build.Dockerfile Bump go 1.8 2017-03-23 22:39:53 +01:00
CHANGELOG.md Prepare release v1.2.0-rc2 2017-03-06 17:45:58 +01:00
circle.yml Fixing circleci builds 2015-10-29 14:41:32 +01:00
CODE_OF_CONDUCT.md Adopt the Code Of Coduct from http://contributor-covenant.org 2016-08-26 10:26:41 +01:00
configuration.go Fix default config in generic Mesos provider 2017-04-11 22:36:55 +02:00
Dockerfile Adding expose for default port 2015-12-03 17:15:01 +01:00
generate.go Move version.go in its own package… 2016-07-21 16:33:49 +02:00
glide.lock Update github.com/containous/oxy only. 2017-04-11 22:36:55 +02:00
glide.yaml Update github.com/containous/oxy only. 2017-04-11 22:36:55 +02:00
LICENSE.md Transfer emilevauge/traefik to containous/traefik 2016-02-24 17:38:36 +01:00
Makefile Make image Makefile target depend on binary instead of build. 2017-03-22 16:33:02 +01:00
mkdocs.yml Fix docs build and add missing benchmarks page (#1017) 2017-01-09 15:12:11 +01:00
README.md Replace mailgun/manners with go 1.8 graceful shutdown 2017-03-23 22:47:29 +01:00
requirements.txt Fix docs build and add missing benchmarks page (#1017) 2017-01-09 15:12:11 +01:00
rules.go Add Rule AddPrefix 2016-12-19 17:12:52 +01:00
rules_test.go Fixes #851 (#852) 2016-11-17 15:36:10 +01:00
server.go Rename health check URL parameter to path. 2017-04-11 22:36:55 +02:00
traefik.go Removed unused log 2017-04-11 22:36:55 +02:00
traefik.sample.toml Fix default config in generic Mesos provider 2017-04-11 22:36:55 +02:00
web.go Add path parameter for web provider 2017-03-24 17:51:53 +01:00

Træfɪk

Build Status Docs Go Report Card License Join the chat at https://traefik.herokuapp.com Twitter

Træfɪk (pronounced like traffic) is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease. It supports several backends (Docker, Swarm, Kubernetes, Marathon, Mesos, Consul, Etcd, Zookeeper, BoltDB, Eureka, Amazon DynamoDB, Rest API, file...) to manage its configuration automatically and dynamically.

Overview

Imagine that you have deployed a bunch of microservices on your infrastructure. You probably used a service registry (like etcd or consul) and/or an orchestrator (swarm, Mesos/Marathon) to manage all these services. If you want your users to access some of your microservices from the Internet, you will have to use a reverse proxy and configure it using virtual hosts or prefix paths:

  • domain api.domain.com will point the microservice api in your private network
  • path domain.com/web will point the microservice web in your private network
  • domain backoffice.domain.com will point the microservices backoffice in your private network, load-balancing between your multiple instances

But a microservices architecture is dynamic... Services are added, removed, killed or upgraded often, eventually several times a day.

Traditional reverse-proxies are not natively dynamic. You can't change their configuration and hot-reload easily.

Here enters Træfɪk.

Architecture

Træfɪk can listen to your service registry/orchestrator API, and knows each time a microservice is added, removed, killed or upgraded, and can generate its configuration automatically. Routes to your services will be created instantly.

Run it and forget it!

Features

  • It's fast
  • No dependency hell, single binary made with go
  • Rest API
  • Multiple backends supported: Docker, Swarm, Kubernetes, Marathon, Mesos, Consul, Etcd, and more to come
  • Watchers for backends, can listen for changes in backends to apply a new configuration automatically
  • Hot-reloading of configuration. No need to restart the process
  • Graceful shutdown http connections
  • Circuit breakers on backends
  • Round Robin, rebalancer load-balancers
  • Rest Metrics
  • Tiny official docker image included
  • SSL backends support
  • SSL frontend support (with SNI)
  • Clean AngularJS Web UI
  • Websocket support
  • HTTP/2 support
  • Retry request if network error
  • Let's Encrypt support (Automatic HTTPS with renewal)
  • High Availability with cluster mode

Quickstart

You can have a quick look at Træfɪk in this Katacoda tutorial that shows how to load balance requests between multiple Docker containers.

Here is a talk given by Ed Robinson at the ContainerCamp UK conference. You will learn fundamental Træfɪk features and see some demos with Kubernetes.

Traefik ContainerCamp UK

Here is a talk (in French) given by Emile Vauge at the Devoxx France 2016 conference. You will learn fundamental Træfɪk features and see some demos with Docker, Mesos/Marathon and Let's Encrypt.

Traefik Devoxx France

Web UI

You can access to a simple HTML frontend of Træfik.

Web UI Providers Web UI Health

Plumbing

Test it

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

Documentation

You can find the complete documentation here.

Contributing

Please refer to this section.

Code Of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Support

You can join Join the chat at https://traefik.herokuapp.com to get basic support. If you prefer commercial support, please contact containo.us by mail: mailto:support@containo.us.

Træfɪk here and there

These projects use Træfɪk internally. If your company uses Træfɪk, we would be glad to get your feedback :) Contact us on Join the chat at https://traefik.herokuapp.com

  • Project Mantl from Cisco

Web UI Providers

Mantl is a modern platform for rapidly deploying globally distributed services. A container orchestrator, docker, a network stack, something to pool your logs, something to monitor health, a sprinkle of service discovery and some automation.

  • Project Apollo from Cap Gemini

Web UI Providers

Apollo is an open source project to aid with building and deploying IAAS and PAAS services. It is particularly geared towards managing containerized applications across multiple hosts, and big data type workloads. Apollo leverages other open source components to provide basic mechanisms for deployment, maintenance, and scaling of infrastructure and applications.

Partners

Zenika

Zenika is one of the leading providers of professional Open Source services and agile methodologies in Europe. We provide consulting, development, training and support for the worlds leading Open Source software products.

Asteris

Founded in 2014, Asteris creates next-generation infrastructure software for the modern datacenter. Asteris writes software that makes it easy for companies to implement continuous delivery and realtime data pipelines. We support the HashiCorp stack, along with Kubernetes, Apache Mesos, Spark and Kafka. We're core committers on mantl.io, consul-cli and mesos-consul.

Maintainers

Credits

Kudos to Peka for his awesome work on the logo logo