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
Showing 1337 of 2609 posts
Member Post
On-prem DBaaS in 2026: Platforms, standards, and gaps
For application teams, databases should feel like a solved problem. A team needs PostgreSQL, MariaDB, Redis, or another data service, submits a request, receives credentials, and starts building. In practice, the experience is rarely that simple....
July 15, 2026 | Oliver Wolf, anynines
Member Post
Where should AI workloads run? A sovereign and sensible approach
Opinions on AI range from transformative optimism to deep skepticism, but one thing is clear: AI is becoming an increasingly important part of enterprise technology strategies. Feel free to pick whichever you like. But whatever you...
July 10, 2026 | Johannes Hemminger and Martin Hafner, KubeOps
Member Post
Navigating the ingress-NGINX retirement
1. The Post-March 2026 landscape ⚠ The CatalystAcknowledge the March 2026 retirement of the Kubernetes SIG Network ingress-nginx controller. Staying on this controller introduces severe operational risks, including unpatched CVEs and a complete halt of feature...
July 9, 2026 | Sunny Chan, TCC Consulting
TAG Post
The CNCF Data Storage in Cloud Native AI White Paper
Deploying Artificial Intelligence (AI) and Machine Learning (ML) workloads at scale has become a primary objective for modern enterprises. However, moving these data-heavy, stateful workloads into cloud native infrastructure introduces massive data bottlenecks. To help organizations...
July 8, 2026 | CNCF TAG Infrastructure
Member Post
Network boundary for AI agents using NGINX and OpenTelemetry
I recently had an interesting conversation at a KCD about OpenClaw with one of the attendees, and they remarked that they wouldn’t put an agent in their network, because “we don’t know what that thing really...
July 8, 2026 | Marko Sluga, F5
Ambassador Post
Understanding dynamic resource allocation in Kubernetes
Dynamic Resource Allocation (DRA) recently reached GA in Kubernetes v1.35, and I believe many of us are eager to give it a try. Adding to the momentum, NVIDIA has moved dra-driver-nvidia-gpu into Kubernetes SIGs, with the...
July 1, 2026 | ChengHao Yang, CNCF Ambassador
Member Post
Security Profiles Operator v1: Stable APIs, Security Hardened, and Shaping Upstream Kubernetes
Linux provides powerful kernel-level security mechanisms, seccomp, SELinux, and AppArmor, that restrict what containerized workloads can do. Each uses profiles that define permitted behavior, but writing, distributing, and maintaining those profiles by hand is tedious and...
June 26, 2026 | Sascha Grunert (Red Hat)
Ambassador Post
Building a Cluster-Aware AI Agent with Kubernetes, Argo CD, and GitOps
A practical walkthrough of running a self-hosted, read-only AI agent inside a Kubernetes cluster, with the full CI/CD chain handled by GitHub Actions and Argo CD Image Updater. No data leaves the cluster, no cloud AI...
June 25, 2026 | Maryam Tavakkoli (CNCF Ambassador | Lead Cloud Engineer @ RELEX Solutions)
Community Post
From data residency to digital sovereignty: Architectural patterns for cloud native platforms
Over the past two years, digital sovereignty has evolved from a policy discussion into a practical platform engineering concern. The EU Data Act has been fully applicable since January 11, 2025. NIS-2 and DORA already shape...
June 16, 2026 | Hrittik Roy, CNCF Ambassador
Member Post
Solving secret sprawl in multi-account Kubernetes with External Secrets Operator
Infrastructure provisioning in Kubernetes has become increasingly automated, but secret management often remains a challenge as environments grow. Organizations commonly separate development, staging, and production workloads across clusters, namespaces, or cloud accounts to improve security and...
June 9, 2026 | Viktoria Bisova, DevOps Engineer, Itigix
Member Post
Breaking free of a single datacenter: Practical geo-distributed AI operations with the k0smos platforms
Breaking the single datacenter assumption Modern AI architectures are built on the assumption of centralized, homogeneous data centers. In reality, infrastructure is messy. For most organizations, compute resources are fragmented across private clouds, research environments, and...
June 8, 2026 | Prithvi Raj (Mirantis), Alexander Acker (Logsight.ai), and Soeren Becker (Logsight.ai)
Member Post
Benchmarking KubeVirt performance with virtbench
Organizations migrating VM estates from traditional hypervisors to KubeVirt often discover that many Kubernetes observability tools were originally designed around container workloads rather than VM-centric operational metrics. While KubeVirt schedules VMs as pods, the performance variables...
June 8, 2026 | Bob Glithero, Senior Technical Product Marketing Manager, Portworx by Everpure
Member Post
Dynamic configuration for cloud native Swift services
Modern Swift services increasingly run alongside the same cloud native infrastructure stacks that power much of today’s Kubernetes ecosystem — including ConfigMaps, containerized workloads, declarative deployments, and service lifecycle management. Projects such as Prometheus and OpenTelemetry...
June 1, 2026 | Joe Heck, Swift Documentation Workgroup Member, Apple
Kubestronaut Post
Building a cloud native internal developer platform with Kubernetes, GitOps, and supply chain security
Modern software delivery is no longer constrained by application code — it is constrained by the platform that runs it. This article presents the design of a cloud-native Internal Developer Platform (IDP) built on Kubernetes and...
May 29, 2026 | Abu Hena Mostafa Kamal, CNCF Kubestronaut and Senior Software Engineer
Community Post
GPU autoscaling on Kubernetes with KEDA: Building an external scaler
If you run GPU workloads on Kubernetes — vLLM, Triton, training jobs, or the newer agentic inference stacks — you’ve probably hit a familiar problem: the default autoscaling path still reasons about CPU and memory, while...
May 27, 2026 | Pavan Madduri (Senior Cloud Platform Engineer @ Grainger | CNCF Golden Kubestronaut)
Member Post
Zero-Downtime migration from ingress NGINX to Envoy Gateway
Teams running Ingress NGINX in production are increasingly evaluating migration paths as Kubernetes networking evolves toward Gateway API. For many organizations, the challenge is not just selecting a Gateway API implementation, but designing a migration strategy...
May 25, 2026 | Andrew Katsikas, Pelotech
Community Post
Why Kubernetes policy enforcement happens too late—and what to do about it
Kubernetes has become the backbone of modern cloud-native infrastructure. Its flexibility lets teams move fast, compose complex systems from modular components, and deploy across environments with relative ease. But that flexibility comes with a well-known cost:...
May 25, 2026 | Sajal Nigam, CNCF Community Member
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
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
Member Post
How to get engineering time back from Kubernetes upgrades
Kubernetes powers your products, but with that power and flexibility comes organizational challenges around managing complexity and maintenance. It can be tough for an organization to keep up with the speed of open source, especially at...
May 11, 2026 | Munib Ali, Director of Engineering, SRE Fairwinds