Advancing Kubernetes AI Conformance: Current State and Roadmap
Janet Kuo, Staff Software Engineer, Google
Yuan Tang, Senior Principal Software Engineer, Red Hat
Mario Fahlandt, Customer Delivery Architect, Kubermatic
#KubeCon #CloudNativeCon
Janet
Kuo
Yuan
Tang
Mario Fahlandt
Rita
Zhang
Intro
How It Started
Kubernetes AI Conformance
Goal
The Current State
What have we accomplished?
Program Launch at KubeCon North America 2025
Certified Kubernetes - AI Platform in CNCF Landscape
Conformance Checklists
Defined and released conformance checklists for multiple Kubernetes versions, providing a clear baseline for AI-ready clusters:
metadata:
kubernetesVersion: v1.35
platformName: "[Platform Name]"
platformVersion: "[Platform Version]"
vendorName: "[Vendor Name]"
…
spec:
accelerators:
- id: dra_support
description: "Support DRA APIs ..."
level: MUST
status: ""
evidence: []
notes: ""
- id: driver_runtime_management
description: "Provide a verifiable mechanism"
level: SHOULD
…
Requirement Definition and Graduation Process
What’s next?
What’s next?
1.36: Inference
1.37: agents?
Automate tests
go test -v ./test [-run <TestName>] [-kubeconfig=<path/to/kubeconfig>] [-accelerator-type=<type>]
We need more conformance tests for specific areas, and more standardization.
Conformance
programs in a nutshell
Why? & Who?
Why?��Improves compatibility among solutions built upon the project
Guarantees that users get the expected functionality and a consistent interface, even when moving from one vendor offering to another.
Creates a defined standard for what it means to be a "conformant" or "certified" solution in your projects ecosystem.
Who?��The Project
The Governing Board of the CNCF
Project Team of CNCF
If it is overarching the TOC
How to get involved?
How to get involved