ingress-nginx-helm/images/haproxy
Prashanth Balasubramanian 3da4e74e5a git mv Ingress ingress
2016-02-26 16:55:24 -08:00
..
Dockerfile git mv Ingress ingress 2016-02-26 16:55:24 -08:00
haproxy.cfg git mv Ingress ingress 2016-02-26 16:55:24 -08:00
Makefile git mv Ingress ingress 2016-02-26 16:55:24 -08:00
pod.yaml git mv Ingress ingress 2016-02-26 16:55:24 -08:00
README.md git mv Ingress ingress 2016-02-26 16:55:24 -08:00

HAProxy 1.6 base image using alpine linux

What is HAProxy? HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications.

How to use this image: This image does provides a default configuration file with no backend servers.

Using docker

$ docker run -v /some/haproxy.cfg:/etc/haproxy/haproxy.cfg:ro gcr.io/google_containers/haproxy:0.2

Creating a pod

$ kubectl create -f ./pod.yaml