Link Search Menu Expand Document

Tips and tricks

Table of contents

  1. See all services access trough minikube proxy
  2. Reset minikube
  3. Debug a pod

See all services access trough minikube proxy

$ minikube service list

Reset minikube

$ minikube stop
$ minikube delete

Debug a pod

$ kubectl exec -ti [POD_NAME] -- ash