Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Latest commit

 

History

History

haproxy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

HAProxy 1.6 base image using ubuntu-slim

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 k8s.gcr.io/haproxy:0.5

Creating a pod

$ kubectl create -f ./pod.yaml