Haproxy Ingress Controller
Helm chart
helm repo add haproxytech https://haproxytech.github.io/helm-charts
helm repo update
helm install haproxy-ingress haproxytech/kubernetes-ingress --namespace haproxy-controller --create-namespace
Custom configuration
helm show values haproxytech/kubernetes-ingress > values.haproxy.yaml
helm upgrade --install haproxy-ingress haproxytech/kubernetes-ingress --values values.haproxy.yaml --namespace haproxy-controller --create-namespace
Verify
kubectl get pods -n haproxy-controller
kubectl get services -o wide -n haproxy-controller