Posts

Showing posts with the label Containers

Kubernetes 1.35 Features That Matter in Production

Kubernetes 1.35 Features That Matter in Production Kubernetes v1.35 is already here. The changes worth your attention are practical ones: in-place Pod resize is GA, StatefulSet rollouts can move faster, HPA tolerance is now configurable per workload, image volumes stay in beta by default, and Pod certificates introduce a new upstream-native path for workload credentials. TL;DR Kubernetes v1.35 was released on December 17, 2025 . As of March 11, 2026 , the Kubernetes releases page lists v1.35.2 as the latest patch in the 1.35 line. The most immediately useful features are in-place Pod resource resize reaching GA, configurable HPA tolerance , StatefulSet maxUnavailable , and image volumes . Pod certificates are one of the most interesting security additions, but they still need deliberate evaluation because they are beta. The biggest upgrade cautions are not optional: Kubernetes v1.35 retires cgroup v1 support and is the last release that supports containerd 1....