Removing Ephemeral

Amazon EKS

To remove Ephemeral and the Kubernetes cluster from Amazon EKS, run the following scripts, which are located in the teardown directory of the ephemeral-eks-setup GitHub repository.

If you set up an application load balancer, then the process includes scripts to remove it, which are located in the alb-teardown directory of the GitHub repository.

cd teardown

06-remove-ephemeral.sh

// If you set up an application load balancer, then you next run scripts
// to remove it.
cd application-load-balancer/alb-cleanup

03-uninstall-alb.sh
02-remove-alb-service-account.sh
01-untag-public-subnets-for-lb.sh
// End of the application load balancer removal. Return to the teardown directory.

05-remove-snapshot-class.sh
04-remove-external-dns.sh
03-remove-service-account.sh
02-delete-hosted-dns-zone.sh
01-cluster-remove.sh

Azure AKS or GCP GKE

For information on how to remove Ephemeral and a Kubernetes cluster from Azure AKS or Google Cloud Platform (GCP) Google Kubernetes Engine (GKE), contact Tonic.ai support.

Last updated

Was this helpful?