Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 243 Bytes

installing-eks.md

File metadata and controls

11 lines (8 loc) · 243 Bytes

Creating the Cluster using Eks and Fargate

eksctl create cluster --name demo-cluster --region us-east-1 --fargate

To delete the Cluster (At the End of Demo)

eksctl delete cluster --name demo-cluster --region us-east-1