docker_haproxy/README.md

875 B

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