SKS Cluster Autoscaler
May 5, 2022
New
The Cluster Autoscaler option is now available on SKS. Dynamically scale the numbers of nodes by resizing the nodepool based on node utilization or Pod deployment requirements to run the required tasks continuously.
$ kubectl -n kube-system logs deployment/cluster-autoscaler
[...]
I0324 19:50:12.521062 1 scale_up.go:675] Scale-up: setting group 0f4cd2ad-2825-4ae7-aaa2-1fd0f8e0af19 size to 5
I0324 19:50:12.530709 1 log.go:32] exoscale-provider: scaling SKS Nodepool afe7aa21-b4f6-409b-a70b-6fc31d6fada1 to size 5
[...]The new feature helps to reduce the number of unused nodes or add nodes without manual intervention.
