Posts in 2025

  • Kubernetes v1.34 Sneak Peek

    By Agustina Barbetta, Alejandro Josue Leon Bellido, Graziano Casto, Melony Qin, Dipesh Rawat | Monday, July 28, 2025 in Blog

    Kubernetes v1.34 is coming at the end of August 2025. This release will not include any removal or deprecation, but it is packed with an impressive number of enhancements. Here are some of the features we are most excited about in this cycle! Please …

    Read more

  • Post-Quantum Cryptography in Kubernetes

    By Fabian Kammel (ControlPlane) | Friday, July 18, 2025 in Blog

    The world of cryptography is on the cusp of a major shift with the advent of quantum computing. While powerful quantum computers are still largely theoretical for many applications, their potential to break current cryptographic standards is a …

    Read more

  • Kubernetes v1.34: Recovery From Volume Expansion Failure (GA)

    By Hemant Kumar (Red Hat) | Thursday, July 10, 2025 in Blog

    Have you ever made a typo when expanding your persistent volumes in Kubernetes? Meant to specify 2TB but specified 20TiB? This seemingly innocuous problem was kinda hard to fix - and took the project almost 5 years to fix. Automated recovery from …

    Read more

  • Kubernetes v1.34: Mutable CSI Node Allocatable Graduates to Beta

    By Eddie Torres (Amazon Web Services) | Monday, July 07, 2025 in Blog

    The functionality for CSI drivers to update information about attachable volume count on the nodes, first introduced as Alpha in Kubernetes v1.33, has graduated to Beta in the Kubernetes v1.34 release! This marks a significant milestone in enhancing …

    Read more

  • Navigating Failures in Pods With Devices

    By Sergey Kanzhelev (Google) Mrunal Patel (RedHat) | Thursday, July 03, 2025 in Blog

    Kubernetes is the de facto standard for container orchestration, but when it comes to handling specialized hardware like GPUs and other accelerators, things get a bit complicated. This blog post dives into the challenges of managing failure modes …

    Read more

  • Image Compatibility In Cloud Native Environments

    By Chaoyi Huang (Huawei), Marcin Franczyk (Huawei), Vanessa Sochat (Lawrence Livermore National Laboratory) | Wednesday, June 25, 2025 in Blog

    In industries where systems must run very reliably and meet strict performance criteria such as telecommunication, high-performance or AI computing, containerized applications often need specific operating system configuration or hardware presence. …

    Read more

  • Changes to Kubernetes Slack

    By Josh Berkus | Monday, June 16, 2025 in Blog

    UPDATE: We’ve received notice from Salesforce that our Slack workspace WILL NOT BE DOWNGRADED on June 20th. Stand by for more details, but for now, there is no urgency to back up private channels or direct messages. Kubernetes Slack will lose its …

    Read more

  • Enhancing Kubernetes Event Management with Custom Aggregation

    By Rez Moss | Tuesday, June 10, 2025 in Blog

    Kubernetes Events provide crucial insights into cluster operations, but as clusters grow, managing and analyzing these events becomes increasingly challenging. This blog post explores how to build custom event aggregation systems that help …

    Read more

  • Introducing Gateway API Inference Extension

    By Daneyon Hansen (Solo.io), Kaushik Mitra (Google), Jiaxin Shan (Bytedance), Kellen Swain (Google) | Thursday, June 05, 2025 in Blog

    Modern generative AI and large language model (LLM) services create unique traffic-routing challenges on Kubernetes. Unlike typical short-lived, stateless web requests, LLM inference sessions are often long-running, resource-intensive, and partially …

    Read more

  • Start Sidecar First: How To Avoid Snags

    By Agata Skorupka (The Scale Factory) | Tuesday, June 03, 2025 in Blog

    From the Kubernetes Multicontainer Pods: An Overview blog post you know what their job is, what are the main architectural patterns, and how they are implemented in Kubernetes. The main thing I’ll cover in this article is how to ensure that your …

    Read more