Docs
This commit is contained in:
parent
d8e8815ad1
commit
2d956da3e1
8 changed files with 474 additions and 17 deletions
15
README.md
15
README.md
|
@ -1,14 +1,12 @@
|
|||

|
||||
___
|
||||
|
||||
[](https://circleci.com/gh/EmileVauge/traefik)
|
||||
[](https://github.com/EmileVauge/traefik)
|
||||
[](https://github.com/EmileVauge/traefik)
|
||||
[](https://github.com/EmileVauge/traefik/blob/master/LICENSE.md)
|
||||
|
||||
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).
|
||||
It supports several backends ([Docker :whale:](https://www.docker.com/), [Mesos/Marathon](https://mesosphere.github.io/marathon/), [Consul](https://consul.io/), [Etcd](https://coreos.com/etcd/), Rest API, file...) to manage its configuration automatically and dynamically.
|
||||
|
||||

|
||||
|
||||
# Features
|
||||
|
||||
|
@ -19,10 +17,13 @@ It supports several backends (Docker, Mesos/Marathon, Consul, Etcd, Rest API, fi
|
|||
* 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
|
||||
|
||||
|
@ -33,7 +34,7 @@ It supports several backends (Docker, Mesos/Marathon, Consul, Etcd, Rest API, fi
|
|||
|
||||
# Quick start
|
||||
|
||||
* The simple way: grab the latest binary from [](https://github.com/emilevauge/traefik/releases) and just run it with the sample configuration file:
|
||||
* The simple way: grab the latest binary from the [releases](https://github.com/emilevauge/traefik/releases) page and just run it with the [sample configuration file](https://raw.githubusercontent.com/EmileVauge/traefik/master/traefik.sample.toml):
|
||||
|
||||
```
|
||||
./traefik traefik.toml
|
||||
|
@ -45,4 +46,6 @@ It supports several backends (Docker, Mesos/Marathon, Consul, Etcd, Rest API, fi
|
|||
docker run -d -p 8080:8080 -p 80:80 -v $PWD/traefik.toml:/traefik.toml emilevauge/traefik
|
||||
```
|
||||
|
||||
# Configuration
|
||||
# Documentation
|
||||
|
||||
You can find the complete documentation [here](docs/index.md).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue