EKS 생성 & 셋업
3. Managed Nodegroup 삭제

3. Managed Nodegroup 삭제

이미 구동중이던 Managed Node Group 을 삭제하는 것은 아래의 명령어를 수행하면 됩니다.


노드그룹 삭제

terminal
eksctl delete nodegroup --cluster=gitops-study-k8scluster --name=ng-99fc00b4

노드 조회

terminal
kubectl get no
NAME                                                 STATUS                        ROLES    AGE   VERSION
ip-192-168-105-26.ap-northeast-2.compute.internal    Ready                         <none>   11m   v1.27.7-eks-e71965b
ip-192-168-164-248.ap-northeast-2.compute.internal   Ready                         <none>   11m   v1.27.7-eks-e71965b
ip-192-168-28-115.ap-northeast-2.compute.internal    Ready,SchedulingDisabled      <none>   67m   v1.27.7-eks-e71965b
ip-192-168-38-181.ap-northeast-2.compute.internal    NotReady,SchedulingDisabled   <none>   67m   v1.27.7-eks-e71965b

새로 생성 중인 노드를 확인해보면 아래와 같습니다.