kind - kubenetes in docker #cloud #cloudops #devops

kind - kubenetes in docker #cloud #cloudops #devops

install docker.io

# aptitude install docker.io
# snap install kubectl --classic

then

github

kind user commands

$ go get -u sigs.k8s.io/kind
$ export PATH=$PATH:$(go env GOPATH)/bin
$ kind create cluster
$ kind get clusters
$ export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"
$ kubectl cluster-info