mlinfra
mlinfra copied to clipboard
[Feature]: Setup installing cluster-autoscaler with every new kubernetes cluster
Describe the Feature
Cluster autoscaler allows clusters to autoscale provided there are computational requirements that the current cluster configuration cannot provide. Cluster autoscaler version needs to align with the kubernetes version so that needs to be figured out in form of a mapping.
Importance of the Feature
Cluster autoscaler scales out given nodegroups till it reaches its max node group size and schedules the pending pods on the scales out nodes.