Minikube Commands
- Start: minikube start
- If running on Windows you may need to specify if you are using Hyper-V:
minikube start –vm-driver=hyper –hyperv-virtual-switch=”Name of Switch”
- If running on Windows you may need to specify if you are using Hyper-V:
Kubernetes Commands
- See Current Context: kubectl config current-context
- See All Contexts: kubectl config get-contexts
- Change Context: kubectl config use-context name-of-context
- Get Nodes in Current Context: kubectl get nodes