Skip to content
Welzin
← All posts

WOSS

What Is the CNCF? The Foundation That Runs Cloud Native

Aman Mundra · 2026-07-14 · 4 min read

What Is the CNCF? The Foundation That Runs Cloud Native
Image source
Contents

Summarize using AI

TL;DR - The Cloud Native Computing Foundation (CNCF) is the vendor-neutral home for cloud-native open source - Kubernetes (its founding project), Prometheus, Envoy, containerd, OpenTelemetry, and 230+ others. An umbrella foundation under the Linux Foundation since 2015, it crossed 300,000+ contributors from 190 countries in January 2026, making it the largest open-source foundation in the world. It runs projects through a maturity ladder (Sandbox, Incubating, Graduated) and Technical Advisory Groups, and it is the ecosystem most modern infrastructure sits inside.


If a single organization can be said to run the way modern software is built and deployed, it is the CNCF. Not because it writes the code - it doesn't - but because it provides the neutral ground where Kubernetes and the entire cloud-native ecosystem around it are governed.

What the CNCF is

The CNCF was founded in 2015 to steward Kubernetes, the container orchestration system Google open-sourced, and to build a neutral home for the projects growing up around it. A decade later it is the flagship umbrella foundation under the Linux Foundation, and the scale is genuinely hard to overstate.

As of its January 2026 milestone, the CNCF community had passed 300,000 contributors across more than 11,500 organizations in 190 countries, hosting 230+ projects and backed by nearly 800 member companies. 2025 marked its tenth anniversary - a decade in which it grew from 22 initial members and a handful of projects into the world's largest open-source foundation.

Its core value proposition is the same as its parent's: trust through neutrality. When AWS, Google, Microsoft, and thousands of companies all build on Kubernetes, none of them wants a competitor to control it. The CNCF provides the governance, trademark protection, and operational support that keep these projects owned by their communities rather than any single vendor.

The maturity ladder

The CNCF's most useful export, conceptually, is how it manages a project's journey from experiment to production-critical infrastructure. Projects climb a three-rung maturity ladder, which maps neatly onto the classic "Crossing the Chasm" technology-adoption curve:

  • Sandbox - experimental, early-stage projects (the innovators). Low barrier to entry; expect breaking changes. (kagent, for example, entered here in 2025.)
  • Incubating - projects with real adoption that are hardening for broader use (the early adopters).
  • Graduated - mature, production-proven at scale (the early majority). Kubernetes, Prometheus, Envoy, and OpenTelemetry (which graduated in May 2026) sit here, among 35+ others.

This ladder is genuinely useful when you are evaluating a cloud-native project: a graduated project is a safe foundation to build a business on; a sandbox project is a bet on early promise. We wrote a full breakdown in The CNCF Maturity Ladder.

How the CNCF is structured

Beneath the foundation, work is coordinated by Technical Advisory Groups (TAGs) - focus areas like runtime, security, observability, and networking that guide projects and shape technical direction. Contribution flows through contribute.cncf.io, the TAGs, and a set of mentorship programs (LFX Mentorship, Google Summer of Code, Outreachy) designed to turn first-time contributors into maintainers over time.

The flagship event is KubeCon + CloudNativeCon, held across North America, Europe, China, India, and Japan, and it is where much of the community's real coordination happens face to face. If you want a practical route in, we mapped one in How to Contribute to CNCF.

Why the CNCF matters, and where AI fits

For anyone running infrastructure, the CNCF is the ecosystem you are already inside - Kubernetes is the substrate, and most of the tooling around it is CNCF-governed. Contributing here is one of the most credible ways to build technical reputation in the open.

The more interesting recent development is that the CNCF has become the home of cloud-native AI too. Its CNAI working group (under TAG Runtime) is defining how AI and ML workloads run on Kubernetes, and sandbox projects like kagent are bringing agentic AI directly into the cluster. The foundation that standardized how we run services is now standardizing how we run models and agents - which is exactly why the cloud-native and AI-infrastructure worlds are converging on it. For the fuller picture, see Cloud Native AI, explained.

Further reading