How to install vm with ubuntu image via minikube-kubernetes

7/13/2017

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
-- NSP
kubernetes
linux
minikube
ubuntu

1 Answer

7/13/2017

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:

-- Sameer Naik
Source: StackOverflow