
News from Kubernetes
We’ve assigned a media bias rating of unknown to Kubernetes. You can read more about our methodology here.
Media Bias Ratings
Do you diasgree?
Edit bias
Learn more about Media Bias Ratings.
Factuality
Learn more about Factuality Ratings
Reveal Factuality Ratings by upgrading to a Premium account.
Tap Upgrade to explore subscription options to meet all your reading needs.
Ownership
Learn more about Ownership categories
Reveal Ownership Data by upgrading to a Vantage account.
Tap Upgrade to explore subscription options to meet all your reading needs.
Top Kubernetes News

Artificial Intelligence · United StatesModern 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 stateful. For example, a single GPU-backed model server
may keep multiple inference sessions active and maintain in-memory token caches. Traditional load balancers focused on HTTP path or round-robin…Read Article
Introducing Gateway API Inference Extension

United States · United StatesJoin us in the Kubernetes SIG Network community in celebrating the general
availability of Gateway API v1.3.0! We are
also pleased to announce that there are already a number of conformant
implementations to try, made possible by postponing this blog
announcement. Version 1.3.0 of the API was released about a month ago on
April 24, 2025. Gateway API v1.3.0 brings a new feature to the Standard channel
(Gateway API's GA release channel): percentag…Read Article
Gateway API v1.3.0: Advancements in Request Mirroring, CORS, Gateway Merging, and Retry Budgets

United States · United StatesFrom 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 sidecar containers start before the main app. It’s more complicated than you might think! A gentle refresher I'd just like to remind readers that the v1.29.0 release of Kubernetes added native support fo…Read Article