Cleaning up your Kubernetes environment
First, run the following command to remove your Guestbook CRD:
$ kubectl delete crd guestbooks.charts.helm.k8s.io
Before you proceed with the next clean-up steps, note that one of the questions posed later under the Questions section will challenge you with writing your own Helm charts to implement the chart designs discussed under the Using Helm to manage Operators and CRs section. You may want to postpone these steps to test your implementation.
To continue the clean-up, run the following command to delete your chapter8
namespace:
$ kubectl delete ns chapter8
Finally, run the minikube stop
command to stop your Minikube VM.