bunkerweb/examples/traefik-alternative
2021-08-20 16:58:37 +02:00
..
architecture.png examples - minor fixes in architecture images 2021-08-12 14:51:29 +02:00
docker-compose-bunkerized.yml examples improvement - traefik alternative, autoconf reverse proxy and basic website 2021-08-04 12:01:07 +02:00
docker-compose-traefik.yml examples improvement - traefik alternative, autoconf reverse proxy and basic website 2021-08-04 12:01:07 +02:00
README.md docs - dev to master links and VERSION upgrade 2021-08-20 16:58:37 +02:00

Traefik alternative

Traefik (pronounced traffic) is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. Traefik integrates with your existing infrastructure components (Docker, Swarm mode, Kubernetes, Marathon, Consul, Etcd, Rancher, Amazon ECS, ...) and configures itself automatically and dynamically. See documentation and GitHub repo for more information.

You can easily switch from Traefik to bunkerized-nginx if you are more concerned about security.

Architecture

Autoconf

See docker-compose-bunkerized.yml which is the equivalent of docker-compose-traefik.yml.