I have been using Kind clusters for testing and simulating the behavior of my application, and it has been great so far. I would like to test some senarios involving cluater-autoscaler (CA) without actually spinning nodes in the cloud. The default Kubernetes cluster autoscaler (https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler) doesn't work with Kind clusters. Does a Kubernetes cluater-autoscaler exists for kind clusters?
Asked
Active
Viewed 697 times
1 Answers
1
The answer appears to be: no.
According to this post Kind do not plan to allow adding/removing nodes to an existing cluster. Without the ability to change the number of nodes, a cluster autoscaler would be unnessacery.