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.
Cleaning up with Docker Desktop is really easy:
Open the Docker Desktop app and navigate to the settings (via the gearwheel on the top right).
Click on “Reset Kubernetes Cluster” and confirm you really want to reset.
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