CNCF Landscape and Membership#
The CNCF Landscape is a map of the cloud native ecosystem, serving as the single source of truth for project classification and organizational membership within the CNCF . It attempts to categorize most projects and product offerings in the cloud native space — but not everything listed is an official CNCF project.
Official CNCF Projects vs. Ecosystem Entries#
The critical distinction in the landscape is whether an item has a project: field in landscape.yml:
- Official CNCF Projects — carry a
project:field set to one of three maturity levels:graduated,incubating, orsandbox. - Ecosystem-only entries — commercial products, vendor tools, and community projects that appear in the landscape without a
project:field. These are not official CNCF projects .
Tip: When referencing landscape data, always check for the project: field to confirm CNCF membership status. The landscape includes many vendor and ecosystem entries that can cause confusion.
Project Maturity Levels#
All three maturity levels confer official CNCF project status. The key differences:
| Level | Description | Example Projects |
|---|---|---|
| Graduated | Production-ready, widely adopted, strictest governance requirements | Kubernetes, Prometheus, Envoy, Istio, Cilium |
| Incubating | Proven concept, growing adoption, mid-tier requirements | gRPC, Longhorn, Contour, Keycloak |
| Sandbox | Early-stage, experimental, building community | Akri, Meshery, KubeArmor |
Projects are accepted at Sandbox and advance through a Due Diligence (DD) process voted on by the TOC with a 2/3 supermajority . The full lifecycle — including the Archived status for inactive projects — is documented in process/README.md .
Key advancement criteria:
- Incubation: ≥3 independent production adopters, documented governance, OpenSSF Best Practices badge, security self-assessment .
- Graduation: All incubation requirements plus a third-party security audit, maintainers from ≥2 organizations (demonstrating survivability), and a rigorous release process .
Timeline from application to decision typically ranges 5–15 months .
Membership Tiers#
Organizations listed in the landscape under the CNCF Members category are formal CNCF members. Tiers are represented as subcategories in landscape.yml :
| Tier | Examples |
|---|---|
| Platinum | Google, Microsoft, AWS, Red Hat, IBM, Apple, NVIDIA |
| Gold | American Express, Ericsson, Ant Financial, Intuit, T-Mobile |
| Silver | Hundreds of smaller organizations |
| Academic | Universities and research institutions |
Membership tier primarily governs Governing Board composition — business oversight, budget, and marketing. The TOC's 11 seats are filled through separate election mechanisms (project maintainers, end users, and GB appointees) rather than by membership tier alone.
End User designation (enduser: true in landscape.yml) is separate from membership tier. It marks organizations that primarily consume (rather than sell) cloud native technologies and participate in the End User Technical Advisory Board (TAB) . Examples include Apple, CVS Health, Capital One, and Fidelity Investments.
Maintainership and Membership#
Membership tier does not determine who can maintain CNCF projects. Maintainers are tracked centrally in foundation/project-maintainers.csv , which records each maintainer's name, GitHub username, affiliated organization, and link to the project's official OWNERS/MAINTAINERS file.
A vendor company may be a Gold member without having any maintainers in a given project, and individual contributors from non-member organizations can be maintainers. The TOC ensures governance remains vendor-neutral — graduation criteria explicitly require maintainers from at least two independent organizations .
Maintainer election rights to governance bodies:
- 1 TOC seat elected by maintainers of non-Sandbox projects
- 2 Governing Board seats elected by all CNCF project maintainers
Key References#
| Resource | Purpose |
|---|---|
landscape.yml | Source of truth for project maturity and membership |
process/README.md | Project lifecycle and DD process |
| Incubation application template | Incubation criteria checklist |
| Graduation application template | Graduation criteria checklist |
foundation/project-maintainers.csv | Central maintainer registry |
| CNCF Landscape site | Interactive browsing of all projects and members |