Product1 distinct publisher3 min readPublished
Two thirds of organizations hosting generative AI already run inference on Kubernetes, but the share that deploys a model every day is 7 percent. The distance between those two numbers is scheduling and delivery work nobody has been assigned.
The Product Desk · Product desk

Compiled by The Product DeskSomething wrong?How this is made
A developer drops a model into a repository and asks the platform team for an endpoint. The first pass is usually a pod with an accelerator attached and a service in front of it, and that works. The second week is when the awkward questions arrive: which model version is actually serving, whether the deployment can be reproduced, and why the first request after a restart is slow. CNCF's post lists model loading time as one of the signals platform teams may now need alongside accelerator utilization, scheduling and queue times, inference latency, throughput and endpoint health [10].
The two figures CNCF sets side by side are 66 percent of organizations hosting generative AI models running some or all inference on Kubernetes [1] and 7 percent of organizations deploying AI models daily [2]. Subtract and you get 59 points [13], but the bases are not the same: one counts organizations that already host generative AI models, the other counts organizations [13]. That makes the 59 points a rough indicator of scale rather than a precise gap. CNCF's own reading is that running AI on Kubernetes and having a platform ready to operate AI continuously are different things [4].
Running inference on the cluster is often taken as evidence that a platform supports AI. The second data point complicates that. The 2025 State of AI in Platform Engineering research cited in the post found 35 percent of platform teams still do not orchestrate AI workloads at all [3], which leaves 65 percent who do [12] and says nothing about how far that orchestration goes. Daily deploy frequency is the closer proxy for whether delivery has been automated, and it sits at 7 percent [2].
The mechanism CNCF describes is not exotic. Production AI pipelines are heterogeneous: data preparation, preprocessing, retrieval, orchestration and application logic may run on CPUs while training or inference uses GPUs or other accelerators, and a single workload can depend on several resource types [6]. That is a scheduling problem before it is a hardware problem, and Kubernetes is answering it with Dynamic Resource Allocation, a declarative way for workloads to request specialized hardware [7]. Making GPUs available is the easy half; folding heterogeneous compute into one resource model is the half that takes a quarter.
The delivery side is the same story with a new artifact. Code, build, test, deploy becomes code plus model plus configuration, then evaluate, deploy, observe, update [8]. The test CNCF proposes is whether a team can name which application, model and configuration are running and reproduce that deployment [9]. On top of that sits the golden path: model, resources, deployment, endpoint, observability, policy, where the developer states what the workload needs and the platform supplies a repeatable implementation [11].
Two questions cut through the gap CNCF describes. First, can a team name the exact model and configuration serving production right now and rebuild it from source. Second, when a workload was slow last week, can the team say where it was waiting rather than reading a GPU utilization chart, which CNCF notes cannot answer that on its own [15]. A yes to both marks an AI platform. A no to both still means real inference is running in production, the kind of thing that pages someone at 3am even without the rest of the platform in place. A split answer points to which half needs funding first, and the delivery half is usually cheaper than the scheduling half.
Ranked by verification strength, evidence, and original report placement.
According to the CNCF 2025 Annual Cloud Native Survey, 66% of organizations hosting generative AI models use Kubernetes for some or all of their inference workloads.
The CNCF post states that only 7% of organizations deploy AI models daily.
CNCF writes that running AI on Kubernetes and having a Kubernetes platform ready to operate AI continuously are not the same thing.
CNCF says AI does not require abandoning cloud native practices such as Kubernetes, GitOps, observability, automation and self-service, but introduces new requirements around compute, scheduling, model delivery and operations.
Production AI pipelines are heterogeneous: data preparation, preprocessing, retrieval, orchestration and application logic may run on CPUs while training or inference uses GPUs or other accelerators, and a single workload may depend on several resource types.
Kubernetes Dynamic Resource Allocation (DRA) provides a more flexible, declarative way for workloads to request specialized hardware, with the goal of making heterogeneous compute part of a consistent Kubernetes resource model.
Distinct publishers with included, body-backed reporting in this cluster.
1 article · August 28, 2026
Follow any of these and your For You feed starts watching them — no settings page required.
product
Kyverno sits on the security budget line, and three of its four verbs go unused1 distinct publisher
product
Contract expiry, not architecture, moved 1,500 State Farm workloads in ten months1 distinct publisher
build
Per-developer environments hit their ceiling the day one engineer ran five agents1 distinct publisher
build
Edge Kubernetes did not break on clusters. It broke on the assumptions under them.1 distinct publisher
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
Self-reported, and self-cited
Every number that carries this story comes from CNCF quoting CNCF. The 66% and the 7% are its own annual survey, offered without sample size, population definition or question wording; the 35% is credited to 2025 State of AI in Platform Engineering research that CNCF neither links nor attributes to anyone. The technical body — heterogeneous pipelines, DRA, model-aware delivery, the telemetry list — is credible and uncontroversial, but it is asserted as guidance rather than demonstrated with a case, a benchmark or a named deployment.
Deep for inference, shallow for delivery
Two thirds of generative-AI-hosting organizations putting inference on Kubernetes is a genuine plateau of use — the orchestration question is settled for that workload. What the same survey shows is how thin the practice around it remains: daily model deployment at 7% of organizations, and a third of platform teams not orchestrating AI at all. Adoption of the substrate is broad; adoption of the operational habits CNCF prescribes is barely visible in its own data.
A gap built from mismatched denominators
The framing overreaches where the prose does not. Sixty-six percent describes companies that already host generative AI; seven percent describes companies, full stop. Subtracting one from the other produces a dramatic number and no finding — a firm with a stable, well-run model that ships monthly is counted in the 66 and excluded from the 7, and nothing about it is broken. Strip that comparison out and what remains is sober, product-free guidance whose individual recommendations are, if anything, undersold.
The steward grading its own stack
CNCF stewards Kubernetes, ran the survey, defined the gap, and concludes that the cure is Kubernetes, GitOps, observability, policy and self-service — the practices its own projects supply. 'Extend those practices rather than create a parallel operational model for AI' is exactly what a foundation whose relevance depends on AI staying inside cloud native would want to be true. To its credit the piece sells no product and names no vendor; the interest is institutional rather than commercial, but it points squarely at the conclusion reached.
One post, one interested author
We are confident about what CNCF said and much less confident about what it means. A single publisher, no corroborating account, no methodology to inspect, and a headline comparison that dissolves on inspection — that caps how far this can be taken. The directional read that scheduling and model delivery, not access to Kubernetes, are the binding constraint is plausible and consistent with the figures given; it is not yet independently established.