Is there a clean way to connect kubernetes with cloud autoscaling?

4/5/2019

I would like to use kubernetes on any IaaS cloud (e.g. OpenStack, AWS, etc.) and have it scale up the pool of worker instances when it can no longer bin-pack new workload.

I hope there is a IaaS-independent integration/API to allow this. If not, an integration with a specific cloud is good too.

-- want-to-be-algorist
autoscaling
cloud
kubernetes

1 Answer

4/5/2019

Kubernetes cluster autoscaler is what you are looking for. It works with multiple cloud providers including AWS

-- mukesh
Source: StackOverflow