Destroying the AWS EKS cluster

When you are done with the AWS EKS cluster, you can release its resources.

Stop the pod running nginx

$ kubectl delete pod nitro-nginx-pod

Stop the Anjuna Webhook

$ ./anjuna-k8s.sh --delete-webhook

Destroy the AWS EKS cluster

$ ./anjuna-k8s.sh --destroy-eks-cluster
You might have to invoke ./anjuna-k8s.sh –destroy-eks-cluster multiple times.