Should we deploy Cluster Autoscaler for mater node and worker node separately?

6/10/2020

For autoscaling the Kubernetes cluster created with kubeadm on AWS , I'm going through the cluster autoscaler there I saw master node setup.I created master node and worker node so master node is having one ASG and worker node will have one ASG .So should I deploy CA in master node alone or to worker node also we have to deploy?

-- HARINI NATHAN
autoscaling
kubeadm
kubernetes

1 Answer

6/10/2020

Cluster autoscaler is to scale out the workers and not for masters. You just need one auto scaler in your cluster. Hope this answers your query

-- P Ekambaram
Source: StackOverflow