Horizontal autoscaling of nodes (minions) in Kubernetes on OpenStack Horizontal autoscaling of nodes (minions) in Kubernetes on OpenStack kubernetes kubernetes

Horizontal autoscaling of nodes (minions) in Kubernetes on OpenStack


there are two ways to autoscale k8s nodes in cloud provider(such as openstack, AWS), first is cloud provider autoscale cluster nodes according to k8s resource utilizing, in this situation, cloud provider know k8s is running in cloud, cloud provider is initiator, the related project is cluster-api and cluster autoscale. Then the second way is k8s ask VM from cloud provider and then the VMs join k8s, in this situation, k8s is initiator and cloud provider doesn't know k8s is running on it.