Starting, stop and delete the minikube node
minikube start
minikube stop
minikube delete / minikube delete --all (Delete all local clusters and profiles)
Getting the minikube IP
minikube ip
Getting the url of a service
minikube service web --url
Upgrading enviroment
minikube start --kubernetes-version=latest
Listing, enable or disable the minikube addons
minikube addons list
minikube addons dashboard enable
minikube addons dashboard disable
Exposing a service as a NodePort (just for test enviroment)
kubectl expose deployment hello-minikube --type=NodePort --port=8080
reference: https://minikube.sigs.k8s.io/docs/handbook/controls/
One more thing I would like to mention is that in lieu of trying to fit all your online degree classes on days that you finish work (considering that people are fatigued when they return), try to arrange most of your sessions on the saturdays and sundays and only a couple of courses in weekdays, even if it means a little time away from your saturday and sunday. This pays off because on the saturdays and sundays, you will be a lot more rested in addition to concentrated for school work. Many thanks for the different points I have learned from your blog.