zonca / jupyterhub-deploy-kubernetes-jetstream

Configuration files for my tutorials on deploying JupyterHub on top of Kubernetes on XSEDE Jetstream (Openstack)
https://zonca.dev/categories/#jetstream
23 stars 14 forks source link

"Soft" Auto Scaling Hack #78

Open ana-v-espinoza opened 1 month ago

ana-v-espinoza commented 1 month ago

CC: @julienchastang

In the absence of true auto-scaling on Jetstream2, you created the scripts found in the hacktoscalar directory, which uses the "hard" scaling method of provisioning new nodes before adding them to the cluster (or tearing them down, in the case of a scale down).

I want to revisit this workflow to use soft scaling instead and will be working on this soon.

Best,

ana v. e.

zonca commented 1 month ago

Consider the jet stream team is now working on a new method to deploy kubernetes

This is going to be based on cluster apis

Once that is available we will have native auto scaling

zonca commented 1 month ago

https://gitlab.com/jetstream-cloud/project-mgt/-/issues/108