Blog

Featured
When Kubernetes restarts your pod — And when it doesn’t
Project Maintainer Post When Kubernetes restarts your pod — And when it doesn’t
A production internals guide verified against Kubernetes 1.35 GACompanion repository: github.com/opscart/k8s-pod-restart-mechanics The terminology problem Engineers say “the pod restarted” when they mean four different things. Getting this wrong leads to flawed runbooks and bad on-call decisions....
March 17, 2026 | Shamsher Khan, Project Maintainer
  • Reset

Showing 21 of 2674 posts


Metal3 meets KubeVirtBMC: Provisioning KubeVirt VMs like bare metal
Kubestronaut Post Metal3 meets KubeVirtBMC: Provisioning KubeVirt VMs like bare metal
In the previous post , we introduced KubeVirtBMC and showed how it provides virtual BMC endpoints for KubeVirt VMs. We tested it with raw IPMI and Redfish commands. That was fun, but the real power of...
September 2, 2026 | Anish Bista (CNCF Kubestronaut) and Zespre Chang (Creator of KubeVirtBMC)

OpenTelemetry has graduated… now what?
Project Maintainer Post OpenTelemetry has graduated… now what?
In case you missed it: OpenTelemetry (OTel) has officially achieved CNCF graduated status! It now stands proudly alongside amazing open source projects such as Kubernetes and Prometheus, to name just a few. It’s been a long...
August 31, 2026 | Adriana Villela (OTel Community Manager | OTel End User SIG Maintainer | CNCF Ambassador) and Reese Lee (OTel Community Manager | OTel End User SIG Maintainer)

Lightweight Dragonfly Deployment: P2P Distribution Without the Database Stack
Project Maintainer Post Lightweight Dragonfly Deployment: P2P Distribution Without the Database Stack
Dragonfly speeds up file and container image distribution using peer-to-peer (P2P) technology, but a standard installation deploys several components and dependencies. Beyond the Scheduler, Seed Client, and Client that move data, a traditional setup requires a...
August 13, 2026 | Wenbo Qi (Gaius), Dragonfly Maintainer

Does Kubernetes DRA Replace HAMi?
Project Maintainer Post Does Kubernetes DRA Replace HAMi?
Projects that want to share a GPU on Kubernetes have to work around an API instead of with it. The device plugin interface could count devices, and that was the whole vocabulary: nvidia.com/gpu: 1. It meant one...
August 7, 2026 | Mesut Oezdil

OpenCost 1.121.0: First-of-a-kind Kubernetes inference cost tracking
Project Post OpenCost 1.121.0: First-of-a-kind Kubernetes inference cost tracking
Your GPU bill is rising. Your models are serving billions of tokens. Yet one question remains unanswered: what does each token actually cost? This is not a hypothetical problem. Platform teams today operate in a fog...
August 5, 2026 | Sima Nadler Senior Program Manager, IBM Research and Alex Meijer OpenCost Maintainer

Federating clusters for zero-downtime Kubernetes
Project Maintainer Post Federating clusters for zero-downtime Kubernetes
Every multi-region setup eventually meets the same awkward moment: a whole cluster goes away, and the identical copy of your service running two regions over might as well not exist, because nothing is wired to treat...
July 27, 2026 | Dominik Táskai, CNCF Ambassador and Linkerd Contributor

I made a policy engine think it was in production
Project Maintainer Post I made a policy engine think it was in production
Kyverno is a Kubernetes-native policy engine that validates, mutates, and generates resources before workloads reach your cluster, enforcing security and compliance rules as code, without requiring a separate policy language. Enterprise teams running Kyverno policies in...
July 22, 2026 | Sargam Puram, Kyverno Project Maintainer

Dragonfly v2.5.0 is released
Project Post Dragonfly v2.5.0 is released
Dragonfly v2.5.0 is released! Thanks to all of the contributors who made this Dragonfly release happen.  New features and enhancements Direct repository downloads from Hugging Face and ModelScope Dragonfly Client now supports directly downloading model repositories...
June 30, 2026 | Gaius Qi, Dragonfly Maintainer

Building Jaeger’s ClickHouse backend: 8.6× compression on 10 million spans
Project Maintainer Post Building Jaeger’s ClickHouse backend: 8.6× compression on 10 million spans
As someone who’s been maintaining Jaeger, I’ve watched users request ClickHouse support consistently over the past few years. With Jaeger v2.18.0, we’ve finally delivered it. What excites me most isn’t just that ClickHouse is available—it’s that its architecture is...
June 23, 2026 | Mahad Zaryab, CNCF Jaeger Project Maintainer and Software Engineer at Meta

The Kubernetes integration tax: Prometheus, Cilium and production reality
Project Maintainer Post The Kubernetes integration tax: Prometheus, Cilium and production reality
I still remember the first time we lost sleep over something that wasn’t a bug. It was a Tuesday. Grafana dashboards showed blank panels for Cilium network metrics. Hubble was working fine — DNS visibility, TCP...
May 28, 2026 | Rishi Mondal, SRE at Obmondo and CNCF KubeStellar Maintainer

How Jaeger is evolving to trace AI agents with OpenTelemetry
Project Maintainer Post How Jaeger is evolving to trace AI agents with OpenTelemetry
As software architectures evolve, observability tools must adapt. When the industry moved to microservices, distributed tracing became a necessity. Jaeger emerged as a core tool for engineers to understand those fragmented systems. Now, as organizations integrate...
May 26, 2026 | Jonah Kowall, Project Maintainer for Jaeger

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) and Pradipta Banerjee, Maintainer (CNCF Confidential Containers)

Lima v2.1: macOS guests and enhanced AI agent safety
Project Post Lima v2.1: macOS guests and enhanced AI agent safety
Following our expansion into AI workflows in v2.0, Lima v2.1 introduces highly anticipated experimental support for macOS and FreeBSD guests and further hardens local environments against unpredictable AI agents. What is Lima ? Lima (Linux Machines)...
March 25, 2026 | Ansuman Sahoo, Lima Project Maintainer

Policy-as-Code: Flexible Kubernetes governance with Kyverno
Project Maintainer Post Policy-as-Code: Flexible Kubernetes governance with Kyverno
Overview Kubernetes has fundamentally transformed how enterprises deploy and manage business workloads. As organizations build production applications at scale on Kubernetes, cluster size and complexity continue to grow—creating unprecedented challenges in ensuring cluster security, compliance, and...
March 19, 2026 | Dahu Kuang, Lei Hou, and Shuting Zhao, Kyverno Project Maintainers

Featured
When Kubernetes restarts your pod — And when it doesn’t
Project Maintainer Post When Kubernetes restarts your pod — And when it doesn’t
A production internals guide verified against Kubernetes 1.35 GACompanion repository: github.com/opscart/k8s-pod-restart-mechanics The terminology problem Engineers say “the pod restarted” when they mean four different things. Getting this wrong leads to flawed runbooks and bad on-call decisions....
March 17, 2026 | Shamsher Khan, Project Maintainer

Scaling organizational structure with Meshery’s expanding ecosystem
Project Post Scaling organizational structure with Meshery’s expanding ecosystem
As a high velocity project and one of the fastest-growing projects in the CNCF ecosystem, Meshery’s increasing scale and community contributions necessitates this recognition, which requires a revision to its governance and organizational structure that better...
March 4, 2026 | Lee Calcote and Matthieu Evrin, Meshery

Conversing with Large Language Models using Dapr
Project Maintainer Post Conversing with Large Language Models using Dapr
Imagine you are running a bunch of microservices, each living within its own boundary. What are some of the challenges that come into mind when operating them? This is where Distributed Application Runtime (Dapr) comes into...
February 4, 2026 | Siri Varma Vegiraju, CNCF Project Maintainer

Introducing Kthena: LLM inference for the cloud native era
Project Maintainer Post Introducing Kthena: LLM inference for the cloud native era
The Volcano community is proud to announce the launch of Kthena, a new sub-project designed for global developers and MLOps engineers. Kthena is a cloud native, high-performance system for Large Language Model (LLM) inference routing, orchestration,...
January 28, 2026 | Volcano Maintainers

LitmusChaos Q4 2025 update: community, contributions, and project progress
Project Maintainer Post LitmusChaos Q4 2025 update: community, contributions, and project progress
As we enter the new year, we’re excited to share the Q4 updates from the LitmusChaos community. Over the past few months, the chaos engineering ecosystem and the LitmusChaos community have continued to grow steadily, driven...
January 22, 2026 | Pritesh Kiri, Community Manager for LitmusChaos

CRI-O completes second OSTIF audit
Project Maintainer Post CRI-O completes second OSTIF audit
The Open Source Technology Improvement Fund is proud to share the results of our security audit of CRI-O. CRI-O is an implementation of the Kubernetes Container Runtime Interface (CRI) that is OCI-compliant (-O) that provides the...
January 16, 2026 | Helen Woeste, Communications and Operations at OSTIF