Node Auto scaling LKE
Hi Team,
I would like to know if Node Auto scaling feature is available in Linode Kubernetes Engine?
If yes, may get the documentation on how to do it?
5 Replies
Hey there -
I'm happy to point you in the right direction. There's another post here on the site that a colleague of mine created that talks about autoscaling (both with Kubernetes and with our API). I'll link you to it here:
How can I achieve autoscaling on the Linode platform?
I hope that gives you the guidance you need!
@urolimesupport You can try out https://github.com/meezaan/linode-k8s-autoscaler which does just this.
Dear @urolimesupport, could we get more clarifications as the original question was about "Node" auto scaling (not Pod aka HPA)
It seems node pool auto scaling is not supported with LKE.
If you have a look into the LKE API documentation it seems like it is supported but I could not get it working. There is a autoscaler feature on the nodepools which should do node autoscale according to the description. But so far it just does nothing. If I find out how it works I will post again
For those looking for autoscaling in LKE: https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/cloudprovider/linode/README.md