Breaking
Traefik Proxy passes 3+ billion downloads 60,000+ GitHub stars, 750+ contributors Series A: $10M led by Balderton Capital Founder Emile Vauge moves from CEO to CTO Triple Gate now governs API, AI & MCP traffic NVIDIA Safety NIMs land in the AI Gateway Traefik Proxy passes 3+ billion downloads 60,000+ GitHub stars, 750+ contributors Series A: $10M led by Balderton Capital Founder Emile Vauge moves from CEO to CTO Triple Gate now governs API, AI & MCP traffic NVIDIA Safety NIMs land in the AI Gateway
Company Profile Developer Tools Cloud-Native

Traefik Labs

The company whose stated ambition is to make networking so reliable you forget it is running.

Traefik Labs logo

The SubjectA honey-badger of a mascot for software whose whole job is to route traffic and never make the news.

3B+
Downloads
60k+
GitHub Stars
100k+
Live Instances
2016
Founded
The Feature

A Proxy Walks Into a Data Center

Here is a fact that sounds like a joke but is a real pitch a real company used to raise real money: Traefik Labs wants to make networking boring.

Networking, to be clear, is the plumbing that gets a user's request from their browser to the correct piece of your software and back again. When it works, nobody notices. When it breaks, everybody notices, usually at 3 a.m., and someone gets paged. So "boring" here is not an insult. Boring is the highest compliment infrastructure can receive. Boring means the pipes held.

The origin story is the kind engineers find deeply relatable. Around 2015, a French engineer named Emile Vauge was deploying thousands of microservices - lots of small programs that all need to find and talk to each other - and the existing tools for wiring them together required writing enormous amounts of configuration by hand. Every new service meant more config. More config meant more places to be wrong. So Vauge did the thing engineers do when a tool annoys them enough: he wrote his own.

The result was Traefik Proxy, a reverse proxy and load balancer with one genuinely clever trick. Instead of making you tell it where all your services live, it watches your infrastructure - your Docker, your Kubernetes - and figures the routing out itself. You launch a container; Traefik notices and starts sending traffic to it. You kill the container; Traefik stops. The configuration you did not write is configuration you cannot get wrong.

Make networking boring.
— The tagline on Traefik's $10M Series A, 2020

This is a small idea with a large blast radius. Traefik Proxy has now been downloaded more than three billion times. It has north of 60,000 stars on GitHub and a community of over 750 contributors, and it runs on more than 100,000 instances doing actual work for companies including Condé Nast, Expedia, Mailchimp, and Mozilla. It is one of Docker Hub's top-15 projects and has been ranked the number-one open-source API gateway six years running. For a piece of software written in Go and given away free under an MIT license, that is an enormous footprint.

The "given away free" part is the business question, and Traefik's answer is the open-core model. The proxy is free, which is how you accumulate three billion downloads and become a default. Then, on top of the thing everyone already trusts and runs, you sell the things companies will pay for: Traefik Enterprise and Traefik Hub, which add API management, high availability, security, autoscaling, and - crucially for the person signing the check - support. The free product is not charity; it is the world's largest distribution channel.

In 2016 Vauge founded a company, Containous, to steward the project, and later renamed it Traefik Labs so the company and its most famous product would answer to the same name. It raised a $10 million Series A in January 2020, led by Balderton Capital with Elaia, 360 Capital, and Kima Ventures along for the ride - roughly $11 million total across its life, which by the standards of modern infrastructure fundraising is a notably restrained number. Traefik built a category-leading open-source project and a commercial business on top of it without a nine-figure war chest, which is either a constraint or a moat depending on how you feel about competitors who cannot buy their way to three billion downloads.

Then, in February 2024, the founder did something founders rarely do voluntarily: he replaced himself. Vauge handed the CEO title to Sudeep Goswami, who had joined the previous year as chief revenue officer, and moved into the CTO seat to get back to the engineering he started with. "Announcing a new era," he wrote at the time. It is a quietly unusual move. The mythology of startups says the founder-CEO clings to the chair. Vauge decided the right person for the growth stage was someone else, and that he would be more useful writing the roadmap than managing the org chart.

Which brings us to the part of the story where the plumbing meets the moment. The current frontier for a traffic-routing company is, inevitably, AI traffic - and Traefik has leaned in with what it calls the Triple Gate: one gateway, three kinds of traffic. There is the API Gateway you would expect. There is an AI Gateway that turns any large-language-model endpoint into a managed, rate-limited, cost-controlled API. And there is an MCP Gateway, which governs what AI agents are actually allowed to touch when they go rummaging through your systems via the Model Context Protocol. If you have ever worried about an autonomous agent doing something expensive or unwise, this is a gate you put in front of it.

The through-line from 2015 to now is remarkably consistent. Traefik's whole reason for existing is to sit in the middle - between users and services, between apps and APIs, and now between agents and everything else - and to make that middle a place where governance happens and mistakes do not. The traffic keeps changing. The job of quietly, reliably routing it does not. Boring, it turns out, scales.

The File

Vitals

Legal nameTraefik Labs (formerly Containous SAS)
Founded2016 · project born 2015
HeadquartersSan Francisco, USA · roots in Lyon, France
Founder / CTOEmile Vauge
CEOSudeep Goswami (since 2024)
Team size~38–50 employees
Total raised~$11.1M (Series A, 2020)
LicenseTraefik Proxy is MIT open source
AffiliationCNCF & Linux Foundation member
Backed By

The Money

$10M
Series A · January 2020 · Led by Balderton Capital

Investors: Balderton Capital, Elaia, 360 Capital Partners, Kima Ventures, OSS Capital.

Model: Open core - free proxy for distribution, paid Enterprise & Hub subscriptions for revenue.

Competitors: NGINX, HAProxy, Envoy, Kong, Istio, Amazon API Gateway, Cloudflare.

The Product Shelf

What You Can Actually Do With It

Open Source · 2015

Traefik Proxy

The free, MIT-licensed application proxy and load balancer. Auto-discovers your services and configures routing without hand-written config. The three-billion-download flagship.

Commercial · 2019

Traefik Enterprise

API management, ingress control, high availability, advanced security, autoscaling, and dedicated support built on the proxy you already run.

Platform · 2022

Traefik Hub

Cloud-native API management with the "Triple Gate" - API, AI, and MCP gateways - plus GitOps lifecycle, runtime governance, and observability.

AI · 2024

AI Gateway

Turns any LLM endpoint into a managed API: rate limiting, semantic caching, multi-provider failover, and token-level cost controls.

Agents · 2025

MCP Gateway

Decides exactly what AI agents can access via the Model Context Protocol, with runtime policies and safety enforcement.

Service Mesh · 2019

Traefik Mesh

A lightweight, quick-to-deploy service mesh for east-west traffic control, security, and observability. (Now deprecated.)

The Long Version

Ten Years of Routing

  • 2015

    Traefik Proxy is born

    Emile Vauge builds Traefik while deploying thousands of microservices, and releases it as open source.

  • 2016

    Containous founded

    Vauge starts a company in France to commercialize and steward the project.

  • 2019

    Enterprise & Mesh launch

    Commercial API management, ingress, and a lightweight service mesh arrive.

  • 2020

    $10M Series A & 2B downloads

    Balderton leads the round with the mission to "make networking boring"; the project passes two billion downloads.

  • 2021

    Rebrand to Traefik Labs

    Containous renames itself so company and product share an identity.

  • 2022

    Traefik Hub launches

    A cloud-native API management platform is built on top of the proxy.

  • 2024

    New CEO, founder to CTO

    Sudeep Goswami becomes CEO; Vauge moves to CTO. The project passes 50k GitHub stars.

  • 2025

    AI & MCP Gateways

    Traefik launches its MCP Gateway and NVIDIA Safety NIMs integration; the project turns 10.

  • 2026

    Composable AI safety pipeline

    At NVIDIA GTC, Traefik extends the Triple Gate with multi-vendor safety pipelines and token-level cost controls.

Marginalia

Things That Amuse Us

The funding tagline literally promised less excitement - "make networking boring" - a rare pitch that sells reliability over drama.

Traefik Proxy is written in Go and ships as a single binary with no external dependencies.

It began as one engineer's side project in Lyon and became infrastructure at Mozilla and Expedia.

The founder voluntarily replaced himself as CEO in 2024 and went back to being CTO.

Screening Room

Watch & Demo

The Questions

Frequently Asked

What is Traefik?
Traefik is an open-source cloud-native application proxy, reverse proxy, and load balancer that automatically discovers services and routes traffic without manual configuration. Traefik Labs is the company behind it.
Is Traefik free?
Yes. Traefik Proxy is free and MIT-licensed. Traefik Labs sells commercial products - Traefik Enterprise and Traefik Hub - that add API management, AI/MCP governance, security, and support.
Who founded Traefik Labs?
Emile Vauge founded the company (originally Containous) in 2016, after creating the Traefik project in 2015. He now serves as CTO, with Sudeep Goswami as CEO since 2024.
What is Traefik Hub's "Triple Gate"?
It's a unified architecture combining an API Gateway, an AI Gateway, and an MCP Gateway, letting teams govern traditional API traffic, LLM/AI calls, and AI-agent access from one platform.
Who uses Traefik?
Developers and enterprises running containers and Kubernetes, including Condé Nast, Expedia, Mailchimp, and Mozilla. The project reports 100,000+ instances and 3+ billion downloads.
Pass It On

Share This Dossier

The open-source proxy behind three billion downloads - and the gateway now standing in front of your AI.

The Rolodex

Follow Traefik Labs