# install `docker for mac`brewcaskinstalldocker# then go to the gui launcher and start up docker, and follow the prompts.# uninstalling `docker for mac`brewcaskzapdocker# brew cask install minikube
Install
GO111MODULE=ongogetsigs.k8s.io/kind
Usage
Create a cluster
for help kind [command] --help
kindcreatecluster# Default cluster context name is `kind`.# with namekindcreatecluster--nameblog--wait5m# list clusterskindgetclusters# Deleting a Clusterkinddeletecluster
verify kindest/node container running with docker ps
Interacting With Your Cluster
export KUBECONFIG="$(kindgetkubeconfig-path)"# export KUBECONFIG="$(kind get kubeconfig-path --name blog)"kubectlcluster-info