Work machine get restarted over the weekend and I realize the minikube cluster is not running.
Need to do the below in regaining the services,
- minikube stop
- minikube start
- minikube service frontend-external (replace the last argument with service name you want to expose)
The docker container should then be started and I can start using kubectl to monitor the cluster