Cleanup

Congratulations, you made it through our labs 💪

To clean up all resources we have created, there are two ways: via Docker Desktop or via terminal.

Cleanup via Docker Desktop

Cleaning up with Docker Desktop is really easy:

  1. Open the Docker Desktop app and navigate to the settings (via the gearwheel on the top right).

  2. Click on “Reset Kubernetes Cluster” and confirm you really want to reset.

Cleanup via terminal

Resources from Manifest file

Cd into your “hello-world-app” directory and run

kubectl delete -f manifest.yaml

nginx-ingress controller

helm uninstall ingress-nginx -n ingress-nginx

Custom Helm chart

helm uninstall hello-world-helm