How to Create AWS EKS Cluster Using eksctl

Prerequisites

To work with eksctl you need to have the following installed and configured on your workstation

  1. AWS CLI installed and configured with required IAM permissions to launch eks cluster.

    https://devopscube.com/install-configure-aws-cli-linux/

  2. eksctl CLI should be installed

    https://eksctl.io/installation/

  3. kubectl should be installed.

    https://www.cherryservers.com/blog/install-kubectl-ubuntu

Create AWS EKS Cluster Using eksctl

https://devopscube.com/create-aws-eks-cluster-eksctl/