
In this chapter, we’ll undertake some cleanup. We will delete all resources we set up during the workshop.
Depending on your progress in the workshop, you have to destroy more or less stacks. We will start with the last stack
we created, which is the 04-argocd-setup stack. Please change into the directory and destroy the stack:
cd 04-argocd-setup
pulumi destroy -y -f
Next we can destroy the 03-simple-deploy-app stack:
cd 03-simple-deploy-app
pulumi destroy -y -f
Then we can head over to destroy our deployment of the application:
cd 02-app
pulumi destroy -y -f
Getting slowly there in our purge spree. Now we can destroy the infrastructure stack:
cd 01-eks-cluster-setup
pulumi destroy -y -f