1.
sudo apt install -y conntrack
2.
curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
3.
sudo chmod +x ./minikube
4.
sudo mv ./minikube /usr/local/bin/
5.
minikube config set driver docker
6.
minikube start
7.
minikube status
8.
minikube dashboard -> this will start the dashboard and at
the end it will display a link which we can use in our local browser to see the
dashboard.
9.
After that u can play with it 😊