Minikube - A local single-node Kubernetes cluster

From MyWiki
Revision as of 20:20, 21 September 2019 by George2 (Talk | contribs)

Jump to: navigation, search

Requires a Type-2 hypervisor installed on workstation. Minikube creates a single VM which then hosts a single-node Kubernetes cluster<bre> With the --vm-driver=none option the components are run on the host, this requires a docker installation
VR-x/AMD-v must be enabled in BIOS on workstation.
Internet connection is required to pull packages, etc
Installing Minikube on Linux, we will choose Ubuntu Linux 18.04 LTS
Install VirtualBox

$ sudo bash -c 'echo "deb https://download.virtualbox.org/virtualbox/debian bionic contrib" >> /etc/apt/sources.list'
$ wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install -y virtualbox-6.0