How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kubernetes v1.37: Scheduler Preemption for In-Place Pod Resize (Alpha)

calendar_today September 10, 2026 domain kubernetes

In Kubernetes, resource allocation has historically been a static decision made during a Pod’s initial scheduling and placement. With the graduation of the core in-Place Pod resize feature to General Availability in v1.35, application developers and cluster operators gained the powerful ability to dynamically adjust CPU and memory allocations of running containers without incurring disruptive restarts or application downtime. However, in-place resizing introduced a unique resource scheduling gap: if a running Pod requested a resource scale-up that exceeded the host node’s allocatable headroom,

open_in_new Read original post