Kubernetes Blog Articles

Updated 4 min ago · 11 articles from Kubernetes Blog

Kubernetes Blog 6d ago

Kubernetes v1.36 Sneak Peek

Kubernetes v1.36 is coming at the end of April 2026. This release will include removals and deprecations, and it is packed with an impressive number of enhan...

Kubernetes Blog Jan 22

Headlamp in 2025: Project Highlights

This announcement is a recap from a post originally published on the Headlamp blog. Headlamp has come a long way in 2025. The project has continued to grow –...

Kubernetes Blog Jan 21

Announcing the Checkpoint/Restore Working Group

The community around Kubernetes includes a number of Special Interest Groups (SIGs) and Working Groups (WGs) facilitating discussions on important topics bet...

Kubernetes Blog Jan 8

Kubernetes v1.35: Mutable PersistentVolume Node Affinity (alpha)

The PersistentVolume node affinity API dates back to Kubernetes v1.10. It is widely used to express that volumes may not be equally accessible by all nodes i...

Kubernetes Blog Jan 2

Kubernetes v1.35: New level of efficiency with in-place Pod restart

The release of Kubernetes 1.35 introduces a powerful new feature that provides a much-requested capability: the ability to trigger a full, in-place restart o...

Kubernetes Blog Dec 19

Kubernetes 1.35: In-Place Pod Resize Graduates to Stable

This release marks a major step: more than 6 years after its initial conception, the In-Place Pod Resize feature (also known as In-Place Pod Vertical Scaling...

Kubernetes Blog Dec 17

Kubernetes v1.35: Timbernetes (The World Tree Release)

Editors: Aakanksha Bhende, Arujjwal Negi, Chad M. Crowell, Graziano Casto, Swathi Rao Similar to previous releases, the release of Kubernetes v1.35 introduce...

Kubernetes Blog Nov 26

Kubernetes v1.35 Sneak Peek

As the release of Kubernetes v1.35 approaches, the Kubernetes project continues to evolve. Features may be deprecated, removed, or replaced to improve the pr...

Ad
Kubernetes Blog Nov 6

Gateway API 1.4: New Features

Ready to rock your Kubernetes networking? The Kubernetes SIG Network community presented the General Availability (GA) release of Gateway API (v1.4.0)! Relea...

Kubernetes Blog Oct 20

7 Common Kubernetes Pitfalls (and How I Learned to Avoid Them)

It’s no secret that Kubernetes can be both powerful and frustrating at times. When I first started dabbling with container orchestration, I made more than my...

Kubernetes Blog Sep 10

Kubernetes v1.34: Use An Init Container To Define App Environment Variables

Kubernetes typically uses ConfigMaps and Secrets to set environment variables, which introduces additional API calls and complexity, For example, you need to...