This version is no longer maintained
This is the documentation of v0.9, which is no longer actively maintained. See the latest version for up-to-date documentation.
Getting Started
How to install HAProxy Ingress and expose the first service.
Prerequisites
TODO
Prerequisites to install HAProxy IngressInstallation
Following some installation options.
Helm chart
See the HAProxy Ingress chart documentation.
The five minutes deployment
TODO
Detailed instructions here, without linkskubectl create -f https://haproxy-ingress.github.io/resources/haproxy-ingress.yaml
kubectl label node <node-name> role=ingress-controller
Deployment from examples
TODO
Instructions here, without links- Start with deployment instructions
- See TLS termination on how to enable
https
Try it out!
TODO
Name some hello-world style examples after migrate or create them.Evolve your configuration
Get started with all the configuration options: configuration
Last modified November 3, 2019: [docs] improve getting started hints and links (64e97264)