Creating EKS Cluster With Auto Mode Made Easy
AWS announced EKS Auto mode, a game changer for Kubernetes deployments. Create an EKS cluster using Management console's Quick configuration (with EKS Auto Mode) - new, following the detailed article's steps.
AWS announced EKS Auto mode today at re:Invent. As a Kubernetes SME, who deployed and maintained multiple production Kubernetes workloads, EKS Auto mode is a game changer. Here is a detailed article to guide you create a new EKS cluster using Auto mode from Management console. Note that there are other ways you can create EKS cluster using eksctl, cloudformation or Terraform. If you are new to EKS, I highly recommend doing it through Management console as it guides you through every step and provides documentation wherever necessary. This is the best way to learn EKS by creating new EKS clust...