I am using minikube to install kubernetes. This creates a VM with embedded version of linux. But i want the VM to have a ubuntu operating system. Is there any way to do it? Earlier i used the command to install minikube
curl -Lo minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
It would be very difficult (and not recommended) to use a different ISO to setup a minikube node. You probably want to setup a single node kubernetes cluster. Take a look at the following resources: