kube-aws-autoscaler
kube-aws-autoscaler copied to clipboard
Run deployment on master
Is there a way to run this on the master node, rather than a worker? I would prefer not to have an additional worker running if I don't need to. I would like to be able to scale from 0 nodes.
Yes, you should be able to run this on the master node --- the autoscaler will try to figure out all nodes and ASGs via K8s and AWS API. It does not care where it actually runs.