Skip to content

Instantly share code, notes, and snippets.

@markpeek
Created February 6, 2018 06:46
Show Gist options
  • Save markpeek/4650b028cc5cfb5d7d65fb852438612c to your computer and use it in GitHub Desktop.
Save markpeek/4650b028cc5cfb5d7d65fb852438612c to your computer and use it in GitHub Desktop.
Instructions for using Ubuntu OVA
Instructions for using Ubuntu OVA
1. Deploy the following Ubuntu 16.04 OVA on VMware fusion or your vCenter server and power-on VM
http://file01.eng.vmware.com/images/ubuntu-server-amd64/Ubuntu_16.04.2_server_amd64.ovf
2. SSH to the deployed VM with credentials: vmware/vmware
3. Download and execute the bash script to install docker, minikube & helm
curl -LO https://raw.githubusercontent.com/neosab/vagrantfiles/master/scripts/install_minikube_ubuntu1604.sh && chmod +x install_minikube_ubuntu1604.sh
./install_minikube_ubuntu1604.sh
4 Verify minikube & kubernetes installation with:
minikube status
kubectl get nodes
5. Proceed with instructions to download dispatch CLI and continue from
https://github.com/vmware/dispatch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment