add popular swarm reverse proxy options

This commit is contained in:
Bret Fisher
2018-04-18 17:28:46 -04:00
committed by GitHub
parent 2bea8ade63
commit 982c35f8e7

View File

@@ -379,6 +379,14 @@ class: btw-labels
- labels are detected automatically and dynamically update the configuration
- Two common open source "reverse proxy" options
- [Traefik](https://traefik.io/) - uses NGINX, popular, requires proxy be on managers,
needs DB for HA
- [Docker Flow Proxy](http://proxy.dockerflow.com/) - uses HAProxy, made for
Swarm by Docker Captian [@vfarcic](https://twitter.com/vfarcic)
---
class: btw-labels