The Cloud Native Computing Foundation (CNCF) has become the North Star for organizations navigating the complex landscape of cloud native technologies. With over 15.6 million developers globally adopting cloud native technologies and nearly 800 member organizations, CNCF is not just another tech consortium—it’s the backbone of modern cloud infrastructure.
In this comprehensive guide, I’ll walk you through everything you need to know about CNCF, from its founding principles to the latest 2025 developments, including recently graduated projects like Crossplane and Knative. Whether you’re a developer looking to contribute, an organization planning cloud native adoption, or a tech leader evaluating the ecosystem, this guide has you covered.
What is CNCF?
The Cloud Native Computing Foundation (CNCF) is a subsidiary of the Linux Foundation, established in 2015 to support and advance cloud native computing. Born alongside Kubernetes 1.0—which Google donated as its seed technology—CNCF has evolved into the world’s largest open source foundation dedicated to making cloud native ubiquitous.
The Numbers That Matter
As of December 2025, CNCF’s impact is undeniable:
- ~800 member organizations (up from 700 in early 2025)
- 15.6 million developers using cloud native technologies globally
- 77% of backend developers use at least one cloud native technology
- 187 successful mentorship projects completed in 2025 alone
- Hundreds of hosted projects across Sandbox, Incubating, and Graduated levels
What Makes CNCF Different?
Unlike vendor-driven initiatives, CNCF operates as a vendor-neutral home for cloud native projects. This means:
- No single company controls the roadmap – governance is community-driven
- Projects must demonstrate sustainability – not just initial hype
- Open collaboration – bringing together competitors for the common good
- Production-ready focus – graduated projects are battle-tested at scale
The CNCF Mission and Vision
CNCF’s mission is elegantly simple yet profoundly impactful: “Make cloud native computing ubiquitous.”
What Does “Cloud Native” Actually Mean?
According to CNCF’s official definition, cloud native technologies enable organizations to build and run scalable applications in modern, dynamic environments such as public, private, and hybrid clouds. The key characteristics include:
- Containerization – Packaging applications in lightweight, portable containers
- Dynamic orchestration – Using platforms like Kubernetes to manage containers at scale
- Microservices architecture – Building applications as loosely coupled services
- Declarative APIs – Defining desired state rather than imperative commands
- Immutable infrastructure – Replacing rather than updating components
The Core Principles
CNCF operates on several foundational principles:
- Open Source First – All CNCF projects are open source with permissive licenses
- Vendor Neutrality – No single company dominates project direction
- Community-Driven – Decisions made through transparent governance
- Technical Excellence – Projects must meet rigorous quality standards
- Interoperability – Technologies should work together seamlessly
Understanding CNCF Project Maturity Levels
CNCF uses a three-tier maturity model that corresponds to Geoffrey Moore’s “Crossing the Chasm” framework. This system helps organizations understand which projects are ready for production use.
1. Sandbox Projects
Characteristics:
- Early-stage projects showing promise
- Experimenting with innovative approaches
- May not be production-ready
- Minimal CNCF governance requirements
What it means for you: These are projects to watch and experiment with in development environments. They’re the “innovators” tier.
Recent Example: In January 2025, CNCF accepted 13 new Sandbox projects in a single month—the largest batch ever—including Podman Container Tools, bootc, k0s, and CloudNativePG.
2. Incubating Projects
Characteristics:
- Demonstrated adoption by multiple organizations
- Growing contributor base from multiple companies
- Stable APIs and governance
- CNCF Code of Conduct adoption
- CoreInfrastructure Initiative Best Practices Badge
What it means for you: These projects are entering the “early majority” phase. They’re suitable for production use with appropriate risk management.
3. Graduated Projects
Characteristics:
- Proven production deployment at scale
- Healthy contributor ecosystem (3+ organizations)
- Documented governance processes
- Security audits completed
- Strong adoption metrics
- Public adopters list
What it means for you: These are the gold standard—production-ready, enterprise-grade projects used by the world’s largest organizations.
CNCF Graduated Projects: The Gold Standard
As of December 2025, CNCF has cultivated an impressive roster of graduated projects. These are the technologies powering modern cloud infrastructure at companies like Google, Netflix, Uber, and thousands of others.
The Complete List of Graduated Projects
Here are the CNCF projects that have achieved graduation status:
- Kubernetes – Container orchestration platform (The original CNCF project)
- Prometheus – Monitoring and alerting toolkit
- Envoy – Cloud-native proxy and communication bus
- CoreDNS – DNS server that chains plugins
- containerd – Industry-standard container runtime
- Fluentd – Unified logging layer
- Jaeger – Distributed tracing system
- Vitess – Database clustering system for horizontal scaling of MySQL
- TUF (The Update Framework) – Software update security framework
- Helm – Package manager for Kubernetes
- Harbor – Cloud native registry
- etcd – Distributed reliable key-value store
- OPA (Open Policy Agent) – Policy-based control
- CRI-O – Lightweight container runtime for Kubernetes
- Argo – Workflows and GitOps for Kubernetes
- Flux – GitOps toolkit for Kubernetes
- Linkerd – Service mesh (coined the term “service mesh”)
- Rook – Cloud native storage orchestration
- TiKV – Distributed transactional key-value database
- Falco – Cloud native runtime security
- SPIFFE – Secure Production Identity Framework for Everyone
- SPIRE – SPIFFE Runtime Environment
- Cilium – eBPF-based networking, security, and observability
- Istio – Service mesh platform
- Backstage – Developer portal platform
- Dapr – Distributed application runtime
- Knative – Serverless and event-driven applications (Graduated October 2025)
- Crossplane – Universal control plane (Graduated November 2025)
2025 Graduation Highlights
Knative graduated in October 2025, marking a major milestone for serverless Kubernetes:
- Used by companies like Gojek (serving millions of users with 100K+ RPS)
- Simplifies autoscaling, routing, and event delivery
- Integrates with AI workloads and cloud native technologies
Crossplane graduated in November 2025, revolutionizing platform engineering:
- Turns infrastructure into programmable, policy-driven software
- Enables API-driven infrastructure management
- Critical for platform engineering (56% of organizations report platform engineer understaffing)
Key CNCF Projects You Should Know
While all graduated projects are important, some have become absolutely essential to modern cloud native architectures. Let’s dive deep into the most impactful ones.
Kubernetes: The Foundation
What it does: Kubernetes automates deployment, scaling, and management of containerized applications.
Why it matters:
- Powers the infrastructure of companies like Spotify, Airbnb, and Pinterest
- Abstracts away infrastructure complexity
- Enables portable applications across cloud providers
- Foundation for most other CNCF projects
Real-world impact: According to CNCF’s 2025 State of Cloud Native Development report, Kubernetes adoption has reached unprecedented levels, with most cloud native developers relying on it.
Prometheus: Observability at Scale
What it does: Time-series database and monitoring system with a powerful query language (PromQL).
Why it matters:
- De facto standard for Kubernetes monitoring
- Pull-based metrics collection
- Integrates seamlessly with Grafana for visualization
- Alert manager for intelligent notifications
Docker connection: At Collabnix, we frequently use Prometheus for monitoring our Docker infrastructure, and it’s become indispensable for understanding container behavior at scale.
Envoy: The Service Mesh Backbone
What it does: High-performance edge and service proxy originally built by Lyft.
Why it matters:
- Powers service meshes like Istio and Consul
- Advanced load balancing and traffic management
- Observability through detailed telemetry
- Battle-tested at massive scale
Cilium: eBPF-Powered Networking
What it does: Provides networking, security, and observability using eBPF.
Why it matters:
- Kernel-level performance without kernel modules
- Native Kubernetes network policies
- Advanced security features
- High-performance networking
Istio: Service Mesh Made Practical
What it does: Service mesh providing traffic management, security, and observability.
Why it matters:
- Simplifies microservices communication
- Zero-trust security between services
- Traffic shaping and canary deployments
- Graduated in July 2023
Argo: GitOps and Workflows
What it does: Suite of tools for Kubernetes-native workflows and continuous delivery.
Why it matters:
- GitOps-based deployment (Argo CD)
- Complex workflow orchestration (Argo Workflows)
- Event-driven automation (Argo Events)
- Used by thousands of organizations
Recent Developments in 2025
2025 has been a landmark year for CNCF, with significant growth, new projects, and evolving focus areas.
AI and Cloud Native Convergence
The Q4 2025 CNCF Technology Radar report revealed critical insights about AI tool adoption:
AI Inference Tools:
- NVIDIA Triton leads in maturity and usefulness
- DeepSpeed, TensorFlow Serving, and BentoML in “adopt” position
- Growing demand for AI workload optimization
ML Orchestration:
- Airflow and Metaflow reached “adopt” status
- Metaflow highest maturity, Airflow highest usefulness
Agentic AI Platforms:
- Model Context Protocol (MCP) reached adopt classification
- MCP leads on maturity and usefulness
- Agent2Agent posted 94% recommendation score
Platform Engineering Takes Center Stage
KubeCon + CloudNativeCon Europe 2026 (Amsterdam, March 23-26) features a dedicated Platform Engineering track, addressing the critical industry need where 56% of organizations report platform engineer understaffing.
Key themes:
- Building cloud native platforms
- Automating infrastructure operations
- Self-service workflows for developers
- Enterprise-scale migrations using agentic workflows
Record-Breaking Mentorship Program
2025 saw 187 successful mentorship projects—a record cohort. The “mentorship flywheel” is working:
- Mentee contributions increased from 10,000 (2021) to 40,000 (2025)
- Top contributors like Mariam Fahmy (#2 all-time with 7,794 contributions)
- Graduates becoming maintainers who mentor the next generation
New Member Growth
December 2025 brought 12 new Silver Members, with CNCF membership approaching 800 organizations. Members focus on:
- Observability solutions
- Cloud infrastructure optimization
- Cloud native AI capabilities
Infrastructure Support Boost
Akamai donated $1,000,000 in annual cloud credits to support CNCF project infrastructure, enabling:
- Enhanced CI/CD pipelines
- Expanded performance testing capacity
- Direct operational cost offset for maintainers
How Organizations Benefit from CNCF
For Enterprises
- Reduced Vendor Lock-in
- Choose from multiple implementations
- Portable workloads across clouds
- Community-driven innovation vs. vendor roadmaps
- Access to Proven Technologies
- Production-tested at massive scale
- Security audits and best practices
- Active maintenance and updates
- Cost Optimization
- Open source reduces licensing costs
- Efficient resource utilization
- Avoided redundant development
- Talent Acquisition and Development
- Hire from a global pool of CNCF-skilled developers
- Training and certification programs
- Mentorship opportunities
For Startups
- Enterprise-Grade Tools at Zero Cost
- Start with the same stack as tech giants
- Scale without infrastructure rewrites
- Focus resources on differentiation
- Community Support
- Active Slack channels and forums
- Regular meetups and conferences
- Access to maintainers and experts
- Credibility Through Contribution
- Build reputation by contributing
- Influence project direction
- Attract talent and customers
For Developers
- Career Development
- Learn industry-standard technologies
- Contribute to impactful projects
- Build reputation in the community
- Skill Portability
- CNCF skills transfer across companies
- Not locked into proprietary ecosystems
- Growing demand for cloud native expertise
- Learning Resources
- Extensive documentation
- Cloud Native Glossary Project
- Free training through KubeCon
Getting Involved with CNCF
1. Contribute to Projects
Where to start:
- Browse the CNCF Landscape to find projects
- Look for “good first issue” labels on GitHub
- Join project Slack channels
- Attend community meetings
My recommendation: Start with projects you’re already using. If you’re running Kubernetes, contribute to kubectl, client libraries, or documentation.
2. Join the Mentorship Program
LFX Mentorship offers paid opportunities to work with CNCF projects:
- 3-month programs with experienced mentors
- Stipend provided
- Real impact on production projects
- Path to becoming a maintainer
Success story: Mariam Fahmy went from “I didn’t know about Docker” to Kyverno maintainer with 7,794 contributions in under a year through mentorship.
3. Become a CNCF Ambassador
CNCF Ambassadors are community leaders who:
- Organize meetups and events
- Create educational content
- Speak at conferences
- Advocate for cloud native adoption
Requirements:
- Active in the CNCF community
- Technical expertise in cloud native technologies
- Speaking and community building experience
4. Attend KubeCon + CloudNativeCon
Upcoming events:
- KubeCon Europe 2026: Amsterdam, March 23-26, 2026
- KubeCon North America 2025: Just concluded in Atlanta (November 2025)
What you get:
- Access to 300+ sessions
- Networking with 10,000+ attendees
- Hands-on workshops
- Project maintainer discussions
- Career development opportunities
5. Organizational Membership
Membership tiers:
- Platinum – Strategic governance participation
- Gold – Significant ecosystem influence
- Silver – Growing organizations establishing presence
- End User – Production deployers shaping requirements
- Academic/Nonprofit – Educational and research institutions
Benefits:
- Shape project roadmaps
- Early access to initiatives
- Marketing and visibility opportunities
- Training and certification discounts
CNCF and the AI Revolution
Cloud native and AI are converging rapidly. CNCF is positioning itself at this intersection through several initiatives.
Key Developments
- Lima v2.0 (November 2025)
- Expanded focus to cover AI alongside containers
- Secure AI workflows
- Integrates with container ecosystems
- AI Inference Standardization
- NVIDIA Triton gaining adoption
- KServe for model serving
- Integration with Knative for serverless AI
- Platform Engineering for AI
- Self-service ML platforms
- Infrastructure automation for AI workloads
- Cost optimization for GPU resources
- MCP (Model Context Protocol)
- Reached “adopt” status in Q4 2025
- Leading maturity and usefulness scores
- Enabling agentic AI architectures
The Docker + AI Story
At Docker, we’re seeing this convergence firsthand:
- Docker Model Runner for AI inference
- Docker MCP Gateway for agent orchestration
- Hardened Images for secure AI deployments
The future is multi-agent systems running on cloud native infrastructure, and CNCF projects are making this possible.
The Future of Cloud Native Computing
Based on CNCF’s trajectory and 2025 developments, here are the trends shaping cloud native’s future:
1. Platform Engineering Maturity
Organizations are moving from “Kubernetes as infrastructure” to “platforms built on Kubernetes.” Crossplane’s graduation signals this shift—infrastructure as software, not hardware.
What this means:
- Internal developer platforms (IDPs) become standard
- Self-service infrastructure via APIs
- Policy-driven operations
- Reduced cognitive load for developers
2. AI-Native Cloud Infrastructure
Cloud native architectures are evolving to treat AI workloads as first-class citizens:
- GPU scheduling and optimization
- Model versioning and deployment pipelines
- Multi-model serving architectures
- Vector database integration
3. Security as Default
Security is shifting left and being baked into platforms:
- SPIFFE/SPIRE for workload identity
- Falco for runtime security
- OPA for policy enforcement
- Supply chain security (SLSA)
4. Edge and 5G Integration
Cloud native is expanding beyond data centers:
- Edge computing with K3s, MicroK8s
- 5G network functions as cloud native workloads
- Low-latency requirements driving innovation
- Hybrid cloud-edge architectures
5. Sustainability and FinOps
Cost and environmental impact are becoming primary concerns:
- Carbon-aware scheduling
- Cost optimization tools
- Right-sizing and resource efficiency
- Renewable energy integration
6. Agentic Operations
AI agents are beginning to manage cloud native infrastructure:
- Autonomous incident response
- Predictive scaling
- Self-healing systems
- Natural language operations
FAQ
What is the difference between CNCF and Docker?
CNCF is a foundation that hosts multiple open source projects (including container runtimes like containerd). Docker is a company and platform for building, shipping, and running containers. Docker Engine uses containerd (a CNCF project) as its runtime. They’re complementary—CNCF provides the ecosystem, Docker provides developer tools and enterprise solutions.
Is Kubernetes the same as CNCF?
No. Kubernetes is the founding project of CNCF and its most well-known project, but CNCF hosts hundreds of projects across the cloud native ecosystem. Think of CNCF as the organization and Kubernetes as one (very important) project within it.
How much does CNCF membership cost?
Membership costs vary by tier:
- Platinum: $500,000/year (strategic level)
- Gold: $120,000/year (significant influence)
- Silver: $20,000-$60,000/year (based on company size)
- End User: Free for production deployers
- Academic/Nonprofit: Special rates available
Individual participation (contributing, attending events) is free.
What is the CNCF certification program?
CNCF offers several certifications through the Linux Foundation:
- CKA (Certified Kubernetes Administrator)
- CKAD (Certified Kubernetes Application Developer)
- CKS (Certified Kubernetes Security Specialist)
- KCNA (Kubernetes and Cloud Native Associate)
- PCA (Prometheus Certified Associate)
- ICA (Istio Certified Associate)
These are hands-on, performance-based exams that validate real-world skills.
How do projects graduate in CNCF?
To graduate, projects must demonstrate:
- Adoption: Used in production by multiple organizations with public references
- Healthy rate of changes: Active development and maintenance
- Multi-organization committers: Contributors from at least 3 organizations
- Security: Third-party security audits completed
- Governance: Documented processes for contributors and maintainers
- Code of Conduct: CNCF CoC adoption
- CII Best Practices: Badge achieved and maintained
- TOC approval: Technical Oversight Committee vote
What’s the relationship between CNCF and the Linux Foundation?
CNCF is a subsidiary of the Linux Foundation. The Linux Foundation provides:
- Legal and financial infrastructure
- Event management (KubeCon)
- Training and certification programs
- Marketing and PR support
This allows CNCF to focus on technical excellence and community building.
How can I contribute to CNCF projects without coding?
Non-code contributions are incredibly valuable:
- Documentation: Write tutorials, improve existing docs
- Testing: Bug reports, QA, user testing
- Design: UI/UX improvements for dashboards and tools
- Translation: Internationalize documentation
- Community: Organize meetups, speak at events, mentor others
- Marketing: Blog posts, case studies, videos
Many maintainers say documentation and community contributions are just as critical as code.
What is the Cloud Native Landscape?
The CNCF Cloud Native Landscape is an interactive map of the cloud native ecosystem. It categorizes hundreds of projects and products, showing:
- CNCF hosted projects and their maturity levels
- GitHub stars and contributor counts
- Company headquarters and funding
- Project categories (storage, networking, security, etc.)
- Adoption trends
It’s the definitive resource for navigating cloud native technologies.
Conclusion: Why CNCF Matters More Than Ever
As we close out 2025, CNCF has never been more relevant. With 15.6 million developers using cloud native technologies, nearly 800 member organizations, and projects powering the world’s largest infrastructures, CNCF isn’t just shaping the future of cloud computing—it’s defining it.
The convergence of cloud native and AI is creating unprecedented opportunities. Projects like Knative and Crossplane graduating in 2025 show the ecosystem’s maturity, while new initiatives around agentic AI and platform engineering point to where we’re heading.
Three Key Takeaways
- Cloud Native is Production Standard: With 77% of backend developers using cloud native technologies, this is no longer emerging—it’s established infrastructure.
- The Ecosystem is Thriving: From record mentorship numbers to new member growth, the community is stronger than ever.
- AI is Accelerating Adoption: The intersection of cloud native and AI is driving the next wave of innovation and infrastructure evolution.
Your Next Steps
Whether you’re an individual developer or representing an organization:
- Explore the Landscape: Visit landscape.cncf.io to understand the ecosystem
- Join the Community: Start contributing to a project you’re interested in
- Attend KubeCon: Plan to attend KubeCon Europe 2026 in Amsterdam
- Get Certified: Consider CNCF certifications to validate your skills
- Stay Informed: Follow @CloudNativeFdn and read the CNCF blog
Resources and Links
Official CNCF Resources:
Learning Resources: