"# to get EKS cluster: #eksctl cluster create"

Manage Kubernetes clusters on AWS with EKSCTL

I’ve been asked many times how I setup and manage Kubernetes clusters so easily. The secret weapon is EKSCTL, an Amazon co-engineered piece of software that manages the entire lifecycle of your AWS EKS cluster. In this post I’ll explain what it is and why you should be using it.