Skip to content
Welzin
← All posts

WOSS

How Kubernetes Quietly Became the Operating System for AI

Aman Mundra · 2026-07-04

A short history of Cloud Native AI (CNAI) - and the CNCF story that made it inevitable

TL;DR - In 2015, Google gave away the software that ran its data centers. A decade later, that same software - Kubernetes - quietly became the substrate the world runs its AI on. The name for that convergence is Cloud Native AI (CNAI). This is how we got here, in five acts.

CNAI stands for Cloud Native Artificial Intelligence - the set of approaches and patterns for building and deploying AI applications and workloads using the principles of Cloud Native (containers, Kubernetes orchestration, declarative config, scalable and self-healing infrastructure). One canonical definition, formalized by CNCF's Cloud Native AI Working Group in its March 2024 whitepaper. Everything below is the story of how that definition became inevitable.


Everyone is arguing about the models. GPT this, Claude that, open weights, benchmarks, who's ahead this week.

Almost nobody is talking about the stage the models perform on.

That stage has a name - cloud native - and its takeover of AI is the most important infrastructure story of the decade. Here's the short version.

Act I - The Gift (2015)

In 2015, Google did something strange for a company that guarded its infrastructure like a state secret: it gave the crown jewels away.

Kubernetes - the system Google used internally to schedule containers across oceans of machines - was released as open source and donated as the founding project of a brand-new home: the Cloud Native Computing Foundation (CNCF), under the Linux Foundation.

The bet was simple and audacious: make the plumbing of modern computing a shared, neutral, open standard, and everyone builds on it.

It worked.

Act II - The Landscape

Kubernetes wasn't alone for long. Prometheus arrived for monitoring. Then Envoy, containerd, etcd, Helm, and hundreds more - each solving one piece of running software reliably at scale.

CNCF gave them a ladder to climb: Sandbox → Incubating → Graduated. It gave them a stage: KubeCon, which grew from a few hundred engineers to a global movement. And it gave the industry a shared vocabulary: containers, orchestration, service mesh, observability, GitOps.

By the early 2020s, "cloud native" wasn't a niche - it was simply how you build serious software.

Act III - The AI Tsunami

Then the large language models hit.

Suddenly every company wanted to train, fine-tune, and - above all - serve AI. And they ran straight into an ugly truth: AI is an infrastructure problem wearing a magic trick's costume.

GPUs that cost more than cars. Jobs that run for days and fall over at hour 40. Models too big for one machine. Inference traffic that spikes 100× without warning. Data pipelines, secrets, autoscaling, rollbacks, cost control.

Every one of those problems? The cloud native world had spent a decade solving its cousin. Scheduling, packaging, scaling, self-healing, declarative config - the exact muscles AI needed. The GPU became the new CPU. The model became the new app. And Kubernetes became the operating system nobody voted for but everybody adopted.

Act IV - CNAI Gets a Name (2024)

For a while this convergence had no name. It was just "running ML on Kubernetes"

  • messy, tribal, undocumented.

That changed in March 2024, at KubeCon Europe, when CNCF's Cloud Native AI Working Group published the first Cloud Native AI (CNAI) whitepaper. It gave the field a definition worth memorizing:

Cloud Native AI is the set of approaches and patterns for building and deploying AI applications and workloads using the principles of Cloud Native.

That single sentence turned a thousand ad-hoc setups into a discipline. The whitepaper mapped the gaps - scheduling GPUs fairly, securing AI workloads, observability for models - and the working group started closing them, one whitepaper at a time (security, delivered 2025; scheduling, in progress).

Act V - The Agentic Turn (2025 → now)

Then the ground shifted again. AI stopped just answering and started acting - agents that call tools, take steps, and change the world. And the cloud native ecosystem moved faster than anyone expected:

  • kagent (CNCF Sandbox, 2025) put AI agents directly inside Kubernetes clusters - agents, tools, and sessions defined as native Kubernetes objects.
  • The Certified Kubernetes AI Conformance Program launched (Nov 2025) so that "AI-ready" stopped being a marketing sticker and became a standard you pass - and by KubeCon EU 2026 the number of certified platforms had nearly doubled, now validating agentic workloads too.
  • The Agentic AI Foundation (Dec 2025) formed alongside it, standardizing how agents talk (MCP, agent-to-agent) - the fastest-growing project in Linux Foundation history.

The plumbing didn't just support AI. It grew new organs for it.

What is the CNAI timeline at a glance?

If you only remember one table from this history, make it this one - the decade-long arc from a container scheduler to the operating system for AI.

YearMilestoneWhy it mattered for CNAI
2015Kubernetes open-sourced; CNCF foundedA neutral, open substrate to build on
~2016–2020The CNCF landscape fills in (Prometheus, Envoy, Helm…)Cloud native becomes the default way to ship software
2022–2023LLM boom; everyone needs to train and serve AIAI reveals itself as an infrastructure problem
Mar 2024CNCF publishes the first CNAI whitepaperThe convergence finally gets a name and a definition
May 2025kagent accepted to CNCF Sandbox; CNAI security whitepaper deliveredAgents become first-class Kubernetes objects
Nov 2025Certified Kubernetes AI Conformance Program launches"AI-ready" becomes a standard you pass
Dec 2025Agentic AI Foundation (AAIF) forms under the Linux FoundationAgent protocols (MCP, A2A) get a neutral home
KubeCon EU 2026Certified AI platforms nearly double; agentic validation addedAgents-on-Kubernetes graduates to baseline
text
2015 ──────── 2024 ──────── 2025 ──────── 2026
 │             │             │             │
 Kubernetes    CNAI          kagent +      AI conformance
 + CNCF        whitepaper    AAIF form     doubles; agentic
 (the gift)    (the name)    (new organs)  (the baseline)

Why does this history matter for your team today?

Because the lesson of the last decade is that the winning infrastructure is almost never the one that looks most impressive - it's the one everyone quietly standardizes on. If you're building AI in 2026, the strategic bet is the same one CNCF made in 2015: build on the shared, neutral, portable substrate rather than a vendor's walled garden. That's what makes CNAI more than a buzzword - it's a design principle you can act on today, whether you're serving a single model or orchestrating a fleet of agents.

The rest of this WOSS series turns that principle into practice: CNAI in Production gives you the reference architecture, Agentic CNAI at Scale shows how agents run on Kubernetes, and AI-Ready Kubernetes explains the conformance standard that now defines "AI-ready."

The Thesis

Here's the line worth remembering:

The models are the stars. Cloud native is the stage. And CNAI is the stage learning to hold a new kind of star.

Ten years ago, Google gave away Kubernetes to run containers. It ended up building the operating system for artificial intelligence. Nobody planned that. It emerged - the way the most important infrastructure always does - quietly, underneath, while everyone was looking at something shinier.

If you build in AI and you're only watching the models, you're watching half the game. The other half - the half that decides whether any of this actually ships

  • is Cloud Native AI.

And it's just getting started.

Frequently asked

What is Cloud Native AI (CNAI)?

Cloud Native AI is the set of approaches and patterns for building and deploying AI applications and workloads using cloud native principles - containers, Kubernetes orchestration, declarative config, and scalable, self-healing infrastructure. The term was formalized by CNCF's Cloud Native AI Working Group in its March 2024 whitepaper.

CNAI grew directly out of CNCF, the foundation created in 2015 to host Kubernetes. As AI workloads exploded, the same cloud native tools built for general software

  • scheduling, scaling, packaging - became the substrate for training and serving AI, and CNCF named and organized that convergence as CNAI.

Why does CNAI matter for AI teams?

Because AI in production is an infrastructure problem: GPUs, long-running jobs, huge models, and spiky inference traffic. CNAI provides the proven cloud native patterns and emerging standards (like the Certified Kubernetes AI Conformance Program) that make AI workloads reliable, portable, and scalable.

When was the term Cloud Native AI (CNAI) coined?

The term was formalized in March 2024, when CNCF's Cloud Native AI Working Group (under TAG Runtime) published the first Cloud Native AI whitepaper at KubeCon Europe. That whitepaper gave the field its canonical definition and mapped the open problems - GPU scheduling, AI-workload security, model observability - that follow-on whitepapers have been closing since.


Written by Aman Mundra, founder of Welzin and the Welzin Open Source Software (WOSS), where we contribute upstream to CNCF, kagent, vLLM, OpenSearch and the cloud-native AI ecosystem. This is Part 4 of an ongoing CNAI series - Part 1, Part 2, Part 3, Part 5 - CNAI in Production, Part 6 - Agentic CNAI, Part 7 - AI-Ready Kubernetes.