July 2019
Beginner to intermediate
302 pages
9h 38m
English
Follow these steps to understand how a local Kubernetes cluster can be created and used:
$ minikube start minikube v1.1.0 on darwin (amd64) Downloading Minikube ISO ... 131.28 MB / 131.28 MB [============================================] 100.00% 0s Creating virtualbox VM (CPUs=2, Memory=2048MB, Disk=20000MB) ... Configuring environment for Kubernetes v1.14.2 on Docker 18.09.6 Downloading kubelet v1.14.2 Downloading kubeadm v1.14.2 Pulling images ... Launching Kubernetes ... Verifying: apiserver proxy etcd scheduler controller dns Done! kubectl is now configured to use "minikube"
It will download the Minikube ISO, which is run using the Hypervisor ...
Read now
Unlock full access