Overview
What HAProxy Ingress is and how it works.
HAProxy
TODO
About the HAProxy load balancer itself and why HAProxy.Ingress Controllers
TODO
About the Kubernetes’ ingress controllers, what HAProxy Ingress watches in the k8s cluster and how it builds HAProxy configuration.Releases
HAProxy Ingress is released as a Docker image on top of Alpine’s flavor of HAProxy image.
To get an overview of the individual releases and to read the changelog per release follow this link.
Images are built by a GitHub Workflow
and deployed to quay.io and
Docker Hub whenever a tag is applied.
The latest
tag will always point to the latest stable version while canary
tag will always
point to the latest beta-quality and release-candidate versions.
Before the beta-quality releases, the source code could also be tagged and images deployed.
The snapshot
tag will always point to the latest tagged version, which could be a release,
a beta-quality or a development version.
Where should I go next?
- Getting Started: Get started with HAProxy Ingress!
Last modified July 10, 2021: build: remove travis-ci configs (2d623d0f)