Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 187 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 187 Bytes

EKS-Cluster deployment using eksctl

Create Cluster

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

Create Nodegroup

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