Task를 자동화하는 EKS Cluster를 사용하기 위한 명령줄 도구
curl --silent --location "https://github.com/weaveworks/eksctl/releases/latest/download/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp
mv /tmp/eksctl /usr/bin
eksctl create cluster -f <cluster.yaml path>
Cluster를 생성합니다.
eksctl delete cluster -f <cluster.yaml path>
Cluster를 삭제합니다.