July 2018
Intermediate to advanced
504 pages
11h 34m
English
Once you are done working with Kubernetes, you can easily stop the Minikube cluster by running the minikube stop command:
$ minikube stopStopping local Kubernetes cluster...Machine stopped.
After that, you can delete the Minikube VM if you want by running the minikube delete command:
$ minikube deleteDeleting local Kubernetes cluster...Machine deleted.
Verify that the Minikube cluster no longer exists:
$ minikube statusminikube:cluster:kubectl:
Read now
Unlock full access