Shutting down your environment
First, you can remove this chapter’s namespace by running the following command:
$ kubectl delete namespace chapter3
After the chapter3
namespace has been deleted, stop the minikube VM:
$ minikube stop
This will shut down the VM but will retain its state so that you can quickly begin working again in the next exercise.