Contour 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?
FeatureContourIngress-NGINX
Deploy effortRead-the-docs projectRead-the-docs project
Health score89 · Excellent15 · At risk
StatusActively maintainedArchived
CategoryReverse Proxy & GatewaysReverse Proxy & Gateways
LicenseApache-2.0Apache-2.0
LanguageHTMLGo
Setup difficultyMediumMedium
Min. RAM256 MB256 MB
Deploymentkubernetes, helmkubernetes, helm
GitHub stars★ 3,951★ 19,468
First released20172016
ReplacesAWS ALB IngressAWS ALB Ingress

What are Contour and Ingress-NGINX?

Contour

Contour is a Kubernetes ingress controller that uses the Envoy proxy as its data plane. It provides advanced routing through its HTTPProxy custom resource.

  • Envoy-powered ingress
  • HTTPProxy CRD
  • Dynamic configuration
  • TLS and delegation

Ingress-NGINX

Ingress-NGINX is the community-maintained Kubernetes ingress controller built on NGINX. It routes external HTTP and HTTPS traffic to services inside a cluster using ingress resources.

  • NGINX-based ingress
  • TLS termination
  • Path and host routing
  • Annotations for fine control

Contour vs Ingress-NGINX: key differences

The biggest difference is maintenance: Ingress-NGINX's repository is archived and no longer developed, while Contour is actively maintained. Contour is written in HTML, while Ingress-NGINX is built with Go. Ingress-NGINX has the considerably larger community, at 19,468 GitHub stars versus 3,951.

Why pick each one

Choose Contour if…

  • Released under the Apache-2.0 license
  • Kubernetes-ready with Helm charts available
  • Active community (4k GitHub stars)
  • Written in HTML
Contour details

Choose Ingress-NGINX if…

  • Battle-tested at scale
  • Wide community adoption
  • Flexible annotation system

Watch out for

  • Upstream development stopped
  • Annotation config sprawl
Ingress-NGINX details

Frequently asked questions

Is Contour 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 Contour and Ingress-NGINX free and open-source?

Yes. Contour 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 Contour and Ingress-NGINX with Docker?

Contour: check the project docs for container support. Ingress-NGINX: check the project docs for container support.

Related comparisons