Minikube - A local single-node Kubernetes cluster

From MyWiki
Revision as of 20:18, 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