volgorean / kubernetes-ingress

HAProxy ingress controller for K8s

Home Page:https://www.haproxy.com/documentation/hapee/1-9r1/traffic-management/kubernetes-ingress-controller/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HAProxy

HAProxy Kubernetes Ingress Controller

Description

An ingress controller is a Kubernetes resource that routes traffic from outside your cluster to services within the cluster.

Detailed documentation can be found within the Official Documentation

Usage

Docker image is available on Docker Hub: haproxytech/kubernetes-ingress

If you prefer to build it from source use

docker build -t haproxytech/kubernetes-ingress -f build/Dockerfile .

Please see controller.md for all available arguments of controler image.

Available customisations are described in doc

Basic setup to to run controller is described in yaml file.

kubectl apply -f deploy/haproxy-ingress.yaml

HAProxy Helm Charts

Official HAProxy Technologies Helm Charts for deploying on Kubernetes are available in haproxytech/helm-charts repository

Contributing

Thanks for your interest in the project and your willing to contribute:

Discussion

A Github issue is the right place to discuss feature requests, bug reports or any other subject that needs tracking.

To ask questions, get some help or even have a little chat, you can join our #ingress-controller channel in HAProxy Community Slack.

License

Apache License 2.0

About

HAProxy ingress controller for K8s

https://www.haproxy.com/documentation/hapee/1-9r1/traffic-management/kubernetes-ingress-controller/

License:Apache License 2.0


Languages

Language:Go 97.5%Language:Shell 1.7%Language:Dockerfile 0.8%