Cloud Native

CNCF Kubernetes AI Conformance: The v1.35 KARs Standard

Dillip Chowdary

Dillip Chowdary

March 24, 2026 • 11 min read

As AI workloads move from research labs to production clusters, the need for a unified runtime standard has never been greater. Enter KARs v1.35.

The **Cloud Native Computing Foundation (CNCF)** has officially announced the release of the **v1.35 Kubernetes AI Runtime (KARs)** conformance standard. This landmark specification aims to do for AI what the original Kubernetes conformance tests did for container orchestration: eliminate vendor lock-in and provide a predictable, stable environment for AI workloads across any cloud provider.

Why AI Needs a Native Runtime

Traditional container runtimes were designed for long-running, CPU-bound web services. AI workloads, however, are fundamentally different. They are characterized by massive, bursty demands for **GPU/NPU** resources, high-throughput memory requirements, and the need for complex multi-node synchronization (e.g., via RDMA).

Before KARs, every cloud provider had its own proprietary "AI operator" or "accelerator plugin." Moving an LLM training pipeline from AWS to Azure often required a complete rewrite of the infrastructure code. KARs v1.35 changes this by standardizing how Kubernetes interacts with specialized AI hardware.

Key Pillars of KARs v1.35

The KARs standard is built on four critical architectural pillars:

The "Conformance" Badge

Just as "Kubernetes Certified" became a requirement for enterprise cloud contracts, the **KARs Conformant** badge is expected to be the new gold standard. Providers like Google Cloud, NVIDIA (DGX Cloud), and CoreWeave have already committed to passing the v1.35 test suite by Q3 2026.

For engineering teams, this means the **Portability** of AI models is no longer just a theory. You can train on one cloud and serve on another, using the same Helm charts and operator logic.

Stay Cloud-Native

Organize your AI infrastructure notes with **ByteNotes**. Capture the latest KARs specifications and keep your team aligned.

Conclusion: The Foundation of the AI Factory

The release of KARs v1.35 is a clear signal that AI is no longer an "edge case" for Kubernetes—it is the primary use case for the next decade. By providing a stable, vendor-neutral runtime, the CNCF is ensuring that the innovation in AI remains open and accessible to everyone, not just the hyper-scalers. For platform engineers, the message is clear: it's time to align your clusters with the KARs standard.