HAProxy Kubernetes Ingress vs Ingress-NGINX
A side-by-side comparison of two self-hosted reverse proxy & gateways options — licensing, setup difficulty, resource needs, and what each one replaces.
Not the right match-up?
HAProxy Kubernetes Ingress
Kubernetes ingress controller based on HAProxy
VS
Ingress-NGINX
Kubernetes ingress controller using NGINX
| Feature | HAProxy Kubernetes Ingress | Ingress-NGINX |
|---|---|---|
| Category | Reverse Proxy & Gateways | Reverse Proxy & Gateways |
| License | Apache-2.0 | Apache-2.0 |
| Language | Go | Go |
| Setup difficulty | Medium | Medium |
| Min. RAM | 256 MB | 256 MB |
| Deployment | kubernetes, helm | kubernetes, helm |
| GitHub stars | ★ 862 | ★ 19,485 |
| First released | 2019 | 2016 |
| Replaces | AWS ALB Ingress | AWS ALB Ingress |
Why pick each one
Choose HAProxy Kubernetes Ingress if…
- Released under the Apache-2.0 license
- Kubernetes-ready with Helm charts available
- Written in Go
- Tiny footprint — runs in 256 MB RAM
Choose Ingress-NGINX if…
- Released under the Apache-2.0 license
- Kubernetes-ready with Helm charts available
- Mature project with 19.5k GitHub stars
- Written in Go
Frequently asked questions
Is HAProxy Kubernetes Ingress or Ingress-NGINX better?
Neither is universally better. Ingress-NGINX has the larger community; both share a medium setup difficulty, so the decision comes down to features and licensing.
Are HAProxy Kubernetes Ingress and Ingress-NGINX free and open-source?
Yes. HAProxy Kubernetes Ingress is licensed under Apache-2.0 and Ingress-NGINX under Apache-2.0. Both can be self-hosted at no software cost.
Can I run HAProxy Kubernetes Ingress and Ingress-NGINX with Docker?
HAProxy Kubernetes Ingress: check the project docs for container support. Ingress-NGINX: check the project docs for container support.
Related comparisons
- HAProxy Kubernetes Ingress vs acme.sh
- Ingress-NGINX vs acme.sh
- HAProxy Kubernetes Ingress vs AdGuard Home
- Ingress-NGINX vs AdGuard Home
- HAProxy Kubernetes Ingress vs Caddy
- Ingress-NGINX vs Caddy
- HAProxy Kubernetes Ingress vs Contour
- Ingress-NGINX vs Contour
- HAProxy Kubernetes Ingress vs mitmproxy
- Ingress-NGINX vs mitmproxy