Minikube Installation
Install
Linux OS
- Execute the commands below from a terminal
sudo apt-get
Mac OS
- Execute the command below from a terminal
brew install
Windows
- Execute the command below from a terminal
choco install minikube
Verify Installation
Start Minikube
- Execute the command below
minikube start --driver=docker
Check Minikube Status
- Execute the command below
minikube status
Check Kubectl cluster info
- Execute the command below
kubectl cluster-info
Run Minikube Dashboard
- Execute the command below
minikube dashboard --url