10. CLEAN UP
10.1. Overview
This section provide guideline on how to clean up the resources created in a namespace.
10.2. Clean Up Guidelines
10.2.1. For cleanup StakaterNordmart
repository(it was used in earlier steps) will be used but in this scenario we will use the destroy.sh
script.
10.2.2. Run this script to clean up the resources, once prompted enter the namespace name
cd ~/StakaterNordmart/
bash scripts/destroy.sh
1
2
2
10.2.3. Check whether namespace exists or not
kubectl get namespaces | grep NAMESPACE_NAME
1