1
0
Fork 0
docker-easy-haproxy/README.md
2022-08-26 20:03:11 -05:00

2.4 KiB

EasyHAProxy

Opensource ByJG Build Status GitHub source GitHub license GitHub release

EasyHAProxy

Service discovery for HAProxy

The main objective of EasyHAProxy is dynamically create the haproxy.cfg based on the labels defined in docker containers.

EasyHAProxy can detect and configure automatically HAProxy on the folowing platforms:

  • Docker
  • Docker Swarm
  • Kubernetes

Features

EasyHAProxy will discover the services based on the Docker Tags of the running containers in a Docker host or Docker Swarm cluster and dynamically set up the haproxy.cfg. Below, EasyHAProxy main features:

  • Use Letsencrypt with HAProxy.
  • Set your custom SSL certificates
  • Balance traffic between multiple replicas
  • Set SSL with three different levels of validations and according to the most recent definitions.
  • Setup HAProxy to listen to TCP.
  • Add redirects.
  • Enable/disable Stats on port 1936 with a custom password.
  • Enable/disable custom errors.

Also, it is possible to set up HAProxy from a simple Yaml file instead of creating haproxy.cfg file.

How It Works?

You don't need to change your current infrastructure and don't need to learn the HAProxy configuration.

You need run the EasyHAProxy container, add some labels to your existing container and EasyHAProxy will automatically detect them and setup HAProxy for you.

Detailed Instructions

For detailed instructions on how to use EasyHAProxy follow the instructions for the platform you want to use:

Kubernetes Docker Swarm Docker Static
Kubernetes Docker Swarm Docker Static

Open source ByJG