Skip to content

shamimice03/EKS-Cluster-Deployment-eksctl

Repository files navigation

EKS-Cluster deployment using eksctl

Create Cluster

eksctl create cluster -f <file-name.yaml>

Create Nodegroup

eksctl create nodegroup -f <file-name.yaml>