terraform-aws-eks
terraform-aws-eks copied to clipboard
Add autoscaling posibility for cluster nodes
By default EKS puts it's worker nodes in a Auto Scaling Group. However the mechanism to control the desired capacity on a point in time is missing. For this we can use cluster-autoscaler which will monitor your resources usage and control the Auto Scaling Group.