Image Overview: haproxy-ingress

Overview: haproxy-ingress Chainguard Image

Kubernetes ingress controller implementation for HAProxy

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/haproxy-ingress:latest

Use It!

You can use this image with the haproxy-ingress project’s Helm chart. To begin, add the Helm chart’s repository.

helm repo add haproxy-ingress https://haproxy-ingress.github.io/charts

Then run the following command to retrieve the latest information about the charts in the repository you just added.

helm repo update

Then install haproxy-ingress with the following command. This command directs Helm to install it using Chainguard’s haprox-ingress:latest image.

helm install ingress haproxy-ingress/haproxy-ingress \
  --set controller.image.repository="cgr.dev/chainguard/haproxy-ingress" \
  --set controller.image.tag="latest"

Run the following command to confirm that the the Pod is running and ready to use.

kubectl wait --for=condition=ready pod --selector "app.kubernetes.io/name=haproxy-ingress" --timeout=120s

Last updated: 2024-04-11 12:38