Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Horizontal autoscaling of nodes (minions) in Kubernetes on OpenStack

Is it possible to enable autoscaling of nodes (minions) in Kubernetes running on CoreOS in OpenStack?

I only read about AWS and GCE.

like image 288
x4k3p Avatar asked Nov 08 '22 22:11

x4k3p


1 Answers

You'd probably need to deploy Kubernetes with Heat and use autoscale in your template. Example:

http://superuser.openstack.org/articles/simple-auto-scaling-environment-with-heat

and a template for Kubernetes to build on:

https://github.com/metral/corekube/blob/master/corekube-openstack.yaml

like image 119
hhoover Avatar answered Nov 15 '22 07:11

hhoover