● Beta — KubeEra is in active development. Profiles are live; AI-perception measurement is rolling out.
T

Traefik

Orchestration
Open source · MIT

Traefik is a reverse proxy and load balancer that auto-discovers services and routes traffic to them, most commonly deployed as a Kubernetes Ingress Controller (and increasingly via the Gateway API).

updated 2026-07-01

What it is

Traefik is a reverse proxy and load balancer that auto-discovers services and routes traffic to them, most commonly deployed as a Kubernetes Ingress Controller (and increasingly via the Gateway API). It watches your cluster's API, service mesh, or container runtime, and rewires routing rules dynamically — no reload, no restart. It also does TLS termination, middleware chaining (auth, rate limiting, retries, circuit breaking), and metrics/tracing export out of the box.

Category fit: Orchestration & Management, specifically the traffic-routing layer that sits between "stuff running in your cluster" and "the outside world."

Who builds it and why

Traefik is built by Traefik Labs (formerly Containous), a company that open-sourced the core proxy and monetizes through Traefik Enterprise and Traefik Hub — API management, SaaS-based observability, and enterprise support/SLAs layered on top of the free product. This is a standard commercial-open-source model: give away the router, sell the management plane around it.

CNCF maturity: not publicly available — Traefik is not a CNCF project; it's independently maintained by Traefik Labs, which matters if your org has a policy of only adopting CNCF-graduated tooling.

Production readiness signal

  • 63,801 GitHub stars, 1,093 contributors — this is one of the most widely adopted ingress/proxy tools outside of nginx, with a contributor base far broader than a single-vendor pet project.
  • Last commit 2026-07-01 — actively maintained, not abandoned.
  • Latest release v3.7.6 — v3 branch, mature and iterating on patch releases, not early-stage churn.
  • MIT license, Go — permissive licensing, no copyleft entanglement, and Go gives you a single static binary with predictable performance characteristics under load.
  • Founded date: not publicly available.

The signal here is strong for a widely-deployed, actively-patched project. What's missing publicly is CNCF governance backing, so due diligence on long-term maintenance depends on trusting a single vendor's roadmap rather than a foundation's.

Who should use this

  • Teams running Kubernetes who want a single ingress controller that also handles dynamic config discovery across Docker, Consul, or Nomad — useful if you're not all-in on K8s alone.
  • Platform teams who want built-in middleware (rate limiting, retries, circuit breakers, ForwardAuth) without stitching together nginx + a separate auth proxy + a separate rate limiter.
  • Anyone who wants Let's Encrypt automation and dynamic TLS without babysitting cert renewal scripts.
  • Orgs migrating toward Gateway API who want a controller that supports it natively rather than bolting it on.

Who should NOT use this

  • Teams already deeply invested in nginx-ingress or HAProxy with mature configs and tuned performance — the migration cost isn't justified unless you have a specific pain point Traefik solves.
  • High-throughput, latency-sensitive environments where you've already benchmarked nginx or Envoy and they win — Traefik's dynamic discovery convenience comes with some overhead versus static, hand-tuned configs.
  • Orgs with a hard CNCF-only procurement policy — Traefik isn't a CNCF project, so it won't clear that bar regardless of technical merit.
  • Teams wanting a full service mesh — Traefik does ingress and basic routing well, but if you need mTLS everywhere, fine-grained east-west traffic policy, and mesh-wide observability, look at Istio or Linkerd instead; Traefik Mesh exists but isn't the same category of tool.
  • Anyone who wants a boring, batteries-included default with minimal config surface — Traefik's flexibility means more moving parts (providers, middlewares, entrypoints) to reason about than a simpler ingress setup.

Alternatives

  • nginx-ingress — the incumbent, battle-tested, more static config model, larger operational knowledge base across the industry.
  • Envoy / Istio Ingress Gateway — better fit if you're already running Istio or need mesh-grade traffic policy alongside ingress.
  • HAProxy Ingress — favored where raw performance and predictable low-level tuning matter more than dynamic auto-discovery.

Pricing

Core Traefik Proxy is fully open source under MIT — no license cost, no feature gating in the proxy itself. Traefik Labs sells Traefik Enterprise and Traefik Hub for API gateway features, SaaS management, and commercial support contracts, but none of that is required to run Traefik in production.

Frequently asked

What is Traefik?+
Traefik is a reverse proxy and load balancer that auto-discovers services and routes traffic to them, most commonly deployed as a Kubernetes Ingress Controller (and increasingly via the Gateway API).
Who builds Traefik?+
Traefik is built by Traefik Labs (formerly Containous), a company that open-sourced the core proxy and monetizes through Traefik Enterprise and Traefik Hub — API management, SaaS-based observability, and enterprise support/SLAs layered on top of the free product.
Is Traefik production ready?+
63,801 GitHub stars, 1,093 contributors — this is one of the most widely adopted ingress/proxy tools outside of nginx, with a contributor base far broader than a single-vendor pet project. Last commit 2026-07-01 — actively maintained, not abandoned. Latest release v3.7.
Who should use Traefik?+
Teams running Kubernetes who want a single ingress controller that also handles dynamic config discovery across Docker, Consul, or Nomad — useful if you're not all-in on K8s alone.
Who should not use Traefik?+
Teams already deeply invested in nginx-ingress or HAProxy with mature configs and tuned performance — the migration cost isn't justified unless you have a specific pain point Traefik solves.
What are the alternatives to Traefik?+
nginx-ingress — the incumbent, battle-tested, more static config model, larger operational knowledge base across the industry. Envoy / Istio Ingress Gateway — better fit if you're already running Istio or need mesh-grade traffic policy alongside ingress.
How much does Traefik cost?+
Core Traefik Proxy is fully open source under MIT — no license cost, no feature gating in the proxy itself. Traefik Labs sells Traefik Enterprise and Traefik Hub for API gateway features, SaaS management, and commercial support contracts, but none of that is required to run Traefik in production.