Receive daily AI-curated summaries of engineering articles from top tech companies worldwide.
Endigest AI Core Summary
Kubernetes v1.36 brings in-place pod-level resource vertical scaling to beta, enabling dynamic adjustment of aggregate Pod resource budgets without container restarts.
•Pod-level resource model allows containers to share a collective resource pool that can be resized at runtime
•resizePolicy configuration on containers determines if updates require container restart (NotRequired vs RestartContainer)
•Kubelet ensures node stability through feasibility checks and coordinated cgroup update sequencing: pod-level expanded first when increasing, container-level throttled first when decreasing
•Pod Conditions (PodResizePending, PodResizeInProgress) track resize operations and provide feedback on status and blockers
•Requires cgroup v2, CRI support (containerd v2.0+, CRI-O), Linux nodes, and feature gates enabled
This summary was automatically generated by AI based on the original article and may not be fully accurate.