Cleaning up
To clean up your Minikube cluster of this chapter's exercises, delete the chapter7
, dev
, qa
, and prod
namespaces:
$ kubectl delete ns chapter7 $ kubectl delete ns dev $ kubectl delete ns qa $ kubectl delete ns prod
You can also shut down your Minikube VM:
$ minikube stop