Go to file
Radar231 538b931b6e expanded readme to better explain lb configs 2022-01-29 22:38:25 -05:00
config extended haproxy load-balancer config to add ingress load-balancing 2021-10-22 16:15:20 -04:00
README.md expanded readme to better explain lb configs 2022-01-29 22:38:25 -05:00
docker-compose.yml extended haproxy load-balancer config to add ingress load-balancing 2021-10-22 16:15:20 -04:00

README.md

haproxy docker deployment

Introduction

This is a docker-compose configuration to deploy an haproxy container.

This haproxy instance is set up to be a Kubernetes API load-balancer (port 6443) for the homelab k8s cluster.

It also has been configured to act as a Kubernetes ingress load-balancer for apps running on the k8s cluster using either port 80 or port 443.

Directories

docker_haproxy/
├── config/
│   └── haproxy.cfg
└── docker-compose.yml