Search results for: kubernetes


Welcome CoHDI to the CNCF: Evolving Kubernetes into composable disaggregated infrastructures

Posted on July 28, 2026 | Hyde Sugiyama (Red Hat), Naoki Oguchi (FSAS Technology), Jin Hase (Fujitsu), Michele Gazzetti (IBM Research), Masaharu Kanda (NTT)

We are thrilled to announce that CoHDI has officially been accepted as a Cloud Native Computing Foundation (CNCF) Sandbox project! This acceptance into the CNCF Sandbox marks an important milestone in CoHDI’s journey. We would like…


Tech Times: “KubeCon Japan 2026: Kubernetes GPU Scheduling, OTel Graduation Converge for AI Era”

Posted on July 28, 2026

OTel’s CNCF graduation and DRA GA signal production-ready Kubernetes infrastructure for AI agents.


Federating clusters for zero-downtime Kubernetes

Posted on July 27, 2026 | Dominik Táskai, CNCF Ambassador and Linkerd Contributor

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…


CNCF On-Demand: Building a fully open source private cloud with Kubernetes & OpenStack

Posted on July 23, 2026

On-demand webinars premier for 24 hours.========================As more organizations look to move away from vendor lock-in, maintain data sovereignty, and achieve cost predictability, private cloud is making a strong comeback and it can be built entirely with…


When Kubeflow meets Cilium: Debugging 60% idle GPUs in Kubernetes

Posted on July 23, 2026 | Ramkumar Nagaraj (Golden Kubestronaut, Adobe) and Bingi Narasimha Karthik (Golden Kubestronaut, Adobe)

The symptom that made no sense The first time we saw it, we didn’t trust the dashboard. A distributed training job was scheduled and healthy — every pod was running, no crashes, no OOMKills, nothing in…


Multi-Cluster databases on Kubernetes: Architecture and deployment

Posted on July 22, 2026 | Edith Puclla (CNCF Ambassador) and Ivan Groenewold (Tech Lead, Percona for MongoDB)

Introduction Running a database on Kubernetes is well understood. Running one that survives a complete regional failure, a corrupted control plane, or a severed network requires a fault-resistant architecture. This post walks through how to build…


Running a self-hosted LLM in Kubernetes with vLLM

Posted on July 16, 2026 | Matt Kereczman, LINBIT

Running large language model (LLM) workloads in-house is one of several patterns teams adopt alongside managed API services. Managed API services are convenient and well suited to many workloads. Self-hosting is a complementary option that some…


AIM Network: “CNCF Head Says Kubernetes Will Power India’s AI Sovereignty | Front Page”

Posted on July 10, 2026

Half of India’s AI developers are already building cloud-native applications, yet only 7% of organisations have taken the next step of deploying AI workloads on Kubernetes daily, even as the same infrastructure that underpins UPI and…


Understanding dynamic resource allocation in Kubernetes

Posted on July 1, 2026 | ChengHao Yang, CNCF Ambassador

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…


Security Profiles Operator v1: Stable APIs, Security Hardened, and Shaping Upstream Kubernetes

Posted on June 26, 2026 | Sascha Grunert (Red Hat)

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…