DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Why Kubernetes 1.35 is a game-changer for stateful workload scaling

6 hours ago 2 min read thenewstack.io

Summary: This is a summary of an article originally published by The New Stack. Read the full original article here →

Kubernetes Vertical Pod Autoscaler (VPA) is a powerful tool that helps optimize resource allocation for containers by automatically adjusting their CPU and memory requests based on historical usage data. This feature ensures that applications run efficiently while minimizing resource waste, making it essential for DevOps teams looking to achieve cost-effective cloud operations.

In this article, the author explores the in-place resize feature of VPA, which allows for adjusting resources without restarting pods. This capability enhances application availability and performance, particularly during peak loads. By carefully monitoring usage patterns, VPA can predict and provision the necessary resources, alleviating manual intervention for DevOps engineers.

The discussion includes practical examples and recommendations for implementing VPA in production environments. It highlights common best practices, such as continuous monitoring and using VPA in conjunction with other Kubernetes features like HPA (Horizontal Pod Autoscaler) for comprehensive scaling solutions. Ultimately, VPA represents a significant advancement in automating resource management within Kubernetes ecosystems, further supporting the DevOps goal of continuous delivery and improved system reliability.

Overall, adopting VPA can lead to better resource utilization and performance enhancements in cloud-native applications, enabling organizations to scale efficiently and adapt to changing workloads dynamically. The article serves as a guide for DevOps practitioners eager to leverage advanced tools like VPA in their Kubernetes deployments.

Made with pure grit © 2026 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com