Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 26, 2024Understanding Cluster Autoscaler: Automating Kubernetes Resource ManagementIntroduction In cloud-native applications, efficient resource management is crucial to maintain optimal performance and cost-effectiveness. One powerful tool that aids in this management is the Cluster Autoscaler. This article explores the Cluster Au...10 likesK8sKubernetes
Gopi Vivek Mannevivekmanne.hashnode.dev·Jul 16, 2024Day 17/40 Days of K8s: Kubernetes Autoscaling: HPA vs VPA ☸️❗Understanding Scaling in Kubernetes Scaling in Kubernetes means to adjusting the number of servers, workloads, or resources to meet demand. It's different from maintaining a fixed number of replicas, which is handled by the ReplicaSet controller(Hig...1 like·28 reads𝐂𝐊𝐀𝐒𝐞𝐫𝐢𝐞𝐬-𝟐𝟎𝟐𝟒 🚀🎯VPA
Stazk8staz.com·Apr 24, 2024Cost-Saving Strategies for Kubernetes: Managing Automated Shutdown and Startup in Non-Production EnvironmentsIn a previous post, we discussed installing Karpenter to manage cluster auto-scaling efficiently. You can find it here. Today, we'll explore how to further enhance cost savings on nodes by implementing automated shutdown and startup behaviors for Kub...51 readsKubernetes
Saurabh Adhaudevopsvoyager.hashnode.dev·Nov 1, 2023The Art of Scaling📈 in Kubernetes: HPA, VPA, and Cluster Autoscaler☸️Kubernetes, often abbreviated as K8s, is a powerful container orchestration platform that has revolutionized the way applications are deployed and managed. One of its key features is the ability to scale applications seamlessly, ensuring optimal reso...20 likesK8sKubernetes
VISHAL CHAUHANdevopswithvishal.hashnode.dev·Sep 16, 2023Setup Kubernetes Cluster AutoscalerUnderstanding Cluster Autoscaler for scalability is crucial for maximizing the benefits of your Kubernetes (K8s) platform. Cluster Autoscaler (CA), alongside Vertical Pod Autoscaler (VPA) and Horizontal Pod Autoscaler (HPA), constitutes the trio of a...196 readsAWS