Usama Aijazusamaaijaz.hashnode.dev·Aug 30, 2024Autoscaling in Kubernetes: A Beginner's GuideAutoscaling is a key feature in Kubernetes that allows your applications to handle varying workloads by automatically adjusting resources. There are three main types of autoscaling in Kubernetes: Horizontal Pod Autoscaler (HPA), Vertical Pod Autoscal...DiscussKubernetes
Ravichandrablog.thecaptainhub.com·Aug 19, 2024A Guide to Kubernetes Resource Optimization: Using Goldilocks with Prometheus and VPAIntroduction Kubernetes provides unparalleled flexibility in deploying and managing containerized applications, but with this comes the challenge of optimizing resource usage. Proper resource allocation is crucial to prevent over-provisioning, which ...Discuss·47 readsKubernetes
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...Discuss·1 likeVPA