DEV Community

Cover image for How to install Cluster Autoscaler (CA) and Horizontal Pod Autoscaler(HPA) on Kubernetes?
Techtter
Techtter

Posted on

1

How to install Cluster Autoscaler (CA) and Horizontal Pod Autoscaler(HPA) on Kubernetes?

Installing Cluster Autoscaler n Horizontal Pod Autoscaler on Kubernetes makes your applications highly available and zero down time. I am trying to explain how we can install CA and HPA on EKS (Kubernetes) Cluster on AWS in the video. I covered the following topics

  • Installing EKS on AWS with Terraform
  • Installing Cluster Autoscaler
  • Installing Horizontal Pod Autoscaler
  • Demo by deploying an sample php app and testing the Cluster scale out and scale down based on maximum pod deployed.
  • Testing Pod auto Scaling when maximum resource limits crossed.

Check the link:https://youtu.be/tDNi-sS0LsA

Top comments (0)