DevOps.com: “OpenTelemetry Graduation Sets Stage for AI Observability”
DevOps.com: “OpenTelemetry Graduation Sets Stage for AI Observability”
OpenTelemetry just hit graduated status at the CNCF, and the timing matters more than the milestone itself. After years of consolidating what used to be OpenTracing and OpenCensus, the project has quietly become the default way...
May 21, 2026

The New Stack: “After becoming cloud computing’s telemetry standard, OpenTelemetry graduates into the AI infrastructure era”
The New Stack: “After becoming cloud computing’s telemetry standard, OpenTelemetry graduates into the AI infrastructure era”
The Cloud Native Computing Foundation (CNCF) on Thursday announced the graduation of OpenTelemetry, the open source observability framework that has become one of the most widely adopted pieces of infrastructure in cloud-native computing.
May 21, 2026

Aamchi Mumbai: A KubeCon + CloudNativeCon field guide
Community Post Aamchi Mumbai: A KubeCon + CloudNativeCon field guide
Welcome to Mumbai KubeCon + CloudNativeCon India lands in Mumbai on 18-19 June 2026, at the Jio World Convention Centre in BKC. Thousands of cloud native engineers are flying in, many of you for the first...
May 21, 2026 | Yash Pimple & Rohit Ghumare, CNCF Ambassadors

Cloud Native Computing Foundation Announces OpenTelemetry’s Graduation, Solidifying Status as the De Facto Observability Standard
Cloud Native Computing Foundation Announces OpenTelemetry’s Graduation, Solidifying Status as the De Facto Observability Standard
The milestone for OpenTelemetry reflects widespread production adoption and a stable, vendor-neutral observability standard   Key Highlights: MINNEAPOLIS – OBSERVABILITY SUMMIT – May 21, 2026 – The Cloud Native Computing Foundation® (CNCF®), which builds sustainable ecosystems for...
May 21, 2026

How NetEase Games achieved 30-second LLM cold starts on Kubernetes
End User Post How NetEase Games achieved 30-second LLM cold starts on Kubernetes
At NetEase Games, we learned a hard lesson about large language model (LLM) inference in production: elastic compute is only useful if data can move just as fast. “Elastic compute is only useful if data can...
May 21, 2026 | Haifeng Liao, Senior Infrastructure Engineer at NetEase Games and Xiang Zhang, Head of AI Infrastructure at NetEase Games

Introducing Prempti: Policy and visibility for AI coding agents
Member Post Introducing Prempti: Policy and visibility for AI coding agents
AI coding agents have become a real part of the developer workflow. Tools like Claude Code sit in your terminal, read your files, run shell commands, make network requests, and write code, all on your behalf....
May 20, 2026 | Leonardo Grasso, Falco Maintainer

Automating Confidential Containers (CoCo) infrastructure with Kyverno
Project Maintainer Post Automating Confidential Containers (CoCo) infrastructure with Kyverno
Confidential Containers (CoCo) adds a critical security layer for containerized workloads, especially in environments where parts of the platform are not inherently trusted. However, deploying CoCo-enabled workloads often requires application teams to manage infrastructure-heavy details that...
May 19, 2026 | Shuting Zhao, Project Maintainer (Nirmata)

CNCF Welcomes CVS Health as a Platinum Member To Expand Cloud Native Collaboration 
CNCF Welcomes CVS Health as a Platinum Member To Expand Cloud Native Collaboration 
CVS Health strengthens commitment to secure healthcare and modernization efforts further reducing engineering complexity  SAN FRANCISCO, California – May 18, 2026  – The Cloud Native Computing Foundation® (CNCF®), which builds sustainable ecosystems for cloud native software,...
May 18, 2026

What kubectl debug doesn’t tell you: The silent evidence gap
Community Post What kubectl debug doesn’t tell you: The silent evidence gap
The session that left no record A kubectl debug session can contain the only direct observation of a failing system state. However, once the session ends, Kubernetes does not retain the termination context of that session...
May 18, 2026 | Shamsher Khan, CNCF Community Member

Extending AI gateways with Rust: Custom transformations in agentgateway and kgateway
Community Post Extending AI gateways with Rust: Custom transformations in agentgateway and kgateway
Every gateway ships with a set of built-in policies. Authentication. Rate limiting. Request routing. Prompt guards. These cover most use cases. But what about the ones they don’t cover? What if you need to add a...
May 15, 2026 | Michael Uzukwu, kgateway and agentgateway Contributor