I took a ubuntu virtual device in azure and connected through ssh. Installed docker and enabled. I can see docker status as "Active". I installed minikube with all prereqs. However when I try to start minikube with "minikube start" command, am getting below error.
minikube start Starting local Kubernetes cluster... E1006 13:00:41.181623 64011 start.go:83] Error starting host: Error creating new host: dial tcp: missing address. Retrying. E1006 13:00:41.197802 64011 start.go:83] Error starting host: Error creating new host: dial tcp: missing address. Retrying. E1006 13:00:41.213819 64011 start.go:83] Error starting host: Error creating new host: dial tcp: missing address. Retrying. E1006 13:00:41.213960 64011 start.go:89] Error starting host: Error creating new host: dial tcp: missing address Error creating new host: dial tcp: missing address Error creating new host: dial tcp: missing address
I tried to start minikube deployment and however it failed to start
To install minikube using docker, create an ubuntu VM. Here I am creating an Ubuntu VM
Once VM is ready, using the public IP of the VM, login to the VM using SSH. Once you've logged in, just as a basic step update your machine using
Install virtual box
install docker
restart the docker daemon and install the latest minikube stable release
and check the Minikube and kubernetes version as below
Reference document- Installing Minikube doc1 Install Minikube by Gautam Sharma