May 2018
Intermediate to advanced
554 pages
13h 51m
English
minikube is suitable for setting up Kubernetes on your macOS with the following command, which downloads and starts a Kubernetes VM stet, and then configures the kubectl configuration (~/.kube/config):
//use --vm-driver=hyperkit to specify to use hyperkit$ /usr/local/bin/minikube start --vm-driver=hyperkitStarting local Kubernetes v1.10.0 cluster...Starting VM...Downloading Minikube ISO 150.53 MB / 150.53 MB [============================================] 100.00% 0sGetting VM IP address...Moving files into cluster...Downloading kubeadm v1.10.0Downloading kubelet v1.10.0Finished Downloading kubelet v1.10.0Finished Downloading kubeadm v1.10.0Setting up certs...Connecting to cluster...Setting up kubeconfig...Starting cluster components... ...