FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Vertical Pod Autoscaler in Production: In-Place Resize Works — Until It Doesn't
How-ToDevOps

Vertical Pod Autoscaler in Production: In-Place Resize Works — Until It Doesn't

via Dev.to DevOpsNTCTech3h ago

Kubernetes 1.35 made in-place pod resize stable. Most of the coverage stopped there. The narrative wrote itself: Vertical Pod Autoscaler finally works for stateful workloads. No more restarts. Enable InPlaceOrRecreate and let the autoscaler do its job. The restart tax is gone. That framing is accurate about one thing and misleading about everything else. In-place resize eliminates restart disruption. It does not eliminate the other reasons VPA automation fails in production. VPA has five failure modes. Kubernetes 1.35 fixed one of them. Here's what's still live. Failure Mode 1: Node Capacity Constraints InPlaceOrRecreate has a fallback path the feature name obscures: if the node can't satisfy the resize in-place, VPA evicts the pod anyway. The failure is silent. The pod restarts on a new node. It looks like a normal rescheduling event. kubectl describe vpa <vpa-name> -n <namespace> kubectl get events --field-selector involvedObject.name = <pod-name> -n <namespace> Look for EvictedByVPA

Continue reading on Dev.to DevOps

Opens in a new tab

Read Full Article
7 views

Related Articles

I Haven’t Written Real Code in 3 Months. My Products Still Ship.
How-To

I Haven’t Written Real Code in 3 Months. My Products Still Ship.

Medium Programming • 3h ago

My Learning Experience with Sorting Algorithms
How-To

My Learning Experience with Sorting Algorithms

Dev.to Tutorial • 5h ago

Stop Building Projects. Start Building Systems.
How-To

Stop Building Projects. Start Building Systems.

Medium Programming • 5h ago

I Learned More in 3 Months Than 3 Years (The System That Actually Works)
How-To

I Learned More in 3 Months Than 3 Years (The System That Actually Works)

Medium Programming • 5h ago

CA 12 - Next Permutation
How-To

CA 12 - Next Permutation

Dev.to • 6h ago

Discover More Articles