Using EKS Auto Mode, deploying stateful and stateless applications

Overview AWS recently introduced EKS Auto mode which seems to be a game changer. It exptends the responsibility of AWS from managing control plane components to managing the data plane - nodes. With EKS auto mode EKS users can shift their focus more towards application development, rather than managing individual nodes. Prerequisites Make sure to have terraform installed as the processes described in this guide are based on terraform Terraform (latest version) AWS CLI (configured with credentials for your AWS account) kubectl (for interacting with the EKS cluster) Creating cluster in EKS auto mode Using the EKS terraform module to create a cluster with EKS auto mode is as easy as it sounds. ...

February 21, 2025 · 3 min