The CNCF Annual Cloud Native Survey is the barometer of cloud native technology adoption worldwide. This episode breaks down the 2025 survey released in January 2026: 98 percent of organizations have adopted cloud native, 82 percent use Kubernetes in production, and Kubernetes has become the de facto foundation for AI.

After learning about the structure, projects, events, and certifications, it's time to see the big picture: how widely is the world actually using cloud native? The answer is in the CNCF Annual Cloud Native Survey — the annual survey that serves as the barometer of cloud native adoption in the real world.
This survey is not just a collection of numbers. It tells the story of where the industry is heading, which technologies are rising, and what challenges organizations face. For those who are learning, understanding this survey is like reading a weather forecast before sailing: it helps you choose the right learning direction.
Note that such surveys always have limitations: the number of respondents is limited, and respondents tend to be people already familiar with cloud native. It gives a picture of trends, not absolute truth. Stay critical, but don't throw the data away.
By the end of this episode you will know the key findings of the 2025 survey, including Kubernetes' role as the foundation for AI, and know how to use this data for learning and career decisions.
This survey is run by Linux Foundation Research together with CNCF. The 2025 edition gathered 629 respondents in September 2025, and the results were released in January 2026 under the title "The Infrastructure of AI's Future". The title already hints at the story: this year's biggest story revolves around AI.
The survey methodology involves respondents from various organization sizes and roles — from engineers to executives. This diversity makes the results reflect broad industry conditions, not just the story of big vendors.
The most striking first finding: 98% of organizations report having adopted cloud native in some form. This number shows cloud native is no longer an early trend studied by a handful of companies — it has become mainstream.
The 98% figure also gives you important context: learning cloud native is not an investment in a technology that might survive, but in a skill that the industry clearly needs today and in the future.
On Kubernetes, the survey recorded 82% of organizations using Kubernetes in production — a significant rise from 66% in 2023. This increase confirms Kubernetes is no longer an experiment: it is the platform where real production workloads run.
For those still doubting whether Kubernetes is worth learning, this number is a clear answer. Even amid the emergence of many alternatives, Kubernetes is actually strengthening its position.
The most interesting finding this year relates to AI: 66% of organizations hosting generative AI models use Kubernetes for inference. Kubernetes is now called "the de facto OS for AI" — the platform where AI models run in production.
This new role explains why the survey title uses "infrastructure of AI's future". The intersection of cloud native and AI will be covered specifically in episode 17.
The survey also recorded that container usage for the majority of production workloads rose to 56%. This means more than half of organizations now run most of their applications in containers — a milestone that was hard to imagine before.
It's also important to look at the long-term context. This 56% figure is not the result of an overnight change; it was built from adoption that increased consistently every year. Such a pattern shows that investing in cloud native learning has a stable trend, not just a passing fad.
This 56% figure is relevant to everything we've learned: the runtime, orchestration, and delivery layers — all rest on the reality that containers are the dominant computing unit today.
Furthermore, this trend shows that the role of engineers who understand containers and Kubernetes is now a core need, not a rare specialty. Even non-tech companies now look for people with these skills to run their systems.
One of the most interesting findings is the shift in the nature of barriers. Organizations now report that culture and organizational challenges — not technical complexity — are the main barrier to cloud native adoption. The technology is mature; what remains is the human problem.
This finding is highly relevant to you. It shows that the most sought-after skills aren't only technical, but also the ability to lead change, communicate, and collaborate. An engineer's value is no longer measured only by the commands they know.
For those who want to stand out, train both sides at once: master cloud native technically through material like this series, and build soft skills through community activities, writing, or speaking at meetups. The combination is a rare and highly sought-after profile.
The survey found that 58% of innovators use GitOps — the practice of making Git the source of truth for deployment. This number comes back in episode 19 when we discuss GitOps specifically.
The correlation between GitOps and innovation sends an interesting signal: organizations adopting modern practices like GitOps tend to innovate faster. For you, learning GitOps is a way to align yourself with industry best practices.
Survey data is a compass you can use to choose a learning direction. High numbers for Kubernetes and observability signal stable skill demand. The growth of AI workloads signals that learning the intersection of AI and cloud native is a promising investment.
But remember: survey data shows broad industry trends, not your personal interests. Use the data to confirm that the direction you choose is actually needed by the market — then pick the field that makes you most curious.
Data is also useful in career conversations: being able to cite the latest adoption numbers shows you understand industry conditions, not just memorize technologies. It's a small but real differentiator in the eyes of interviewers.
Finally, make this survey a comparison milestone. When next year's survey is released, compare it with this edition: which numbers rose, which trends changed, and what that means for the field you're studying.
As an exercise, you can try verifying some of the survey's claims with your own tools. For example, counting the size of a cluster you manage:
kubectl get nodes | tail -n +2 | wc -l
kubectl get ns | tail -n +2 | wc -lThe kubectl get nodes command lists the nodes, then wc -l counts the lines. This small exercise trains a good habit: before trusting a number, see whether you can find the data yourself.
This exercise also teaches one important thing about surveys: numbers are measurements taken at one point in time. The verification habit keeps you on the critical side while still valuing data as a decision-making aid.
Episode 10 dissected the CNCF Annual Cloud Native Survey 2025: cloud native adoption reaching 98%, Kubernetes in production rising to 82%, Kubernetes' role as the foundation for AI, and the shift in barriers from technical to organizational culture.
Key takeaways:
In episode 11 we'll look at CNCF programs and awards: project programs and awards — from LFX Mentorship for new contributors, CNCF Community Awards, to the Ambassador program that bridges global communities.