Traefik: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 4: Line 4:


=Overview=
=Overview=
Traefik is an open-source reverse proxy and load balancer. It is an edge proxy that provides simple routing without all the features of NGINX and HAProxy. The router provide a reload-less reconfiguration, metrics, monitoring and circuit breakers that are essential when running microservices. It integrates with Let's Encrypt to provide SSL termination as well as infrastructure components such as Kubernetes, Docker, Swarm and Amazon ECS to automatically pick up new services or instances to include in its load balancing.


=Docker Provider=
=Docker Provider=


{{External|https://docs.traefik.io/configuration/backends/docker/}}
{{External|https://docs.traefik.io/configuration/backends/docker/}}

Latest revision as of 20:05, 9 May 2019

External

Overview

Traefik is an open-source reverse proxy and load balancer. It is an edge proxy that provides simple routing without all the features of NGINX and HAProxy. The router provide a reload-less reconfiguration, metrics, monitoring and circuit breakers that are essential when running microservices. It integrates with Let's Encrypt to provide SSL termination as well as infrastructure components such as Kubernetes, Docker, Swarm and Amazon ECS to automatically pick up new services or instances to include in its load balancing.

Docker Provider

https://docs.traefik.io/configuration/backends/docker/