Kubernetes for mac

broken image

Install helm into your local dev cluster helm init -history-max 200 Note for production use cases or even shared public cloud, you must follow the guidelines to secure helm. Use brew to install helm on the mac brew install kubernetes-helm Install helm or just follow this guide on Helm install on a Mac. Allocate 10GB of disk space -disk-size='100000mb' (Might need more.Use 4 of 8 virtual cores (MacBook Pro comes with 16 virtual cores and 8 cores) -cpus=4.Use the hyper kit driver -vm-driver=hyperkit.Use k8s compatible with helm 2 -kubernetes-version v1.15.4.

broken image

Run minikube that is compatible with the last stable helm relesae running on hyperkit minikube start -kubernetes-version v1.15.4 -vm-driver=hyperkit -cpus=4 -disk-size='100000mb' -memory='6000mb' Install minikube brew cask install minikube

broken image

Use the version of k8s that the stable version of helm can use. These k8s/helm/OSX install notes are reproduced from Rick Hightower with permission of Rick Hightower. Set up docker, k8s and helm on a Mac Book Pro (OSX)