Tag Archives: eksctl

eksctl – How to Create and Manage AWS EKS clusters

A review of eksctl and step by step guide how to create and manage AWS Elastic Kubernetes Service (EKS) clusters.

Continue reading

Setting Up Cluster Autoscaler In EKS

Unlike GKE, EKS does not come with Cluster Autoscaler. We’ll have to configure it ourselves. We’ll need to add a few tags to the Autoscaling Group dedicated to worker nodes, to put additional permissions to the Role we’re using, and to install Cluster Autoscaler.
Continue reading