Skip to content

Instantly share code, notes, and snippets.

View christopherhein's full-sized avatar

Christopher Hein christopherhein

View GitHub Profile
kubectl api-versions
kubectl api-resources
kubectl cluster-info
export KUBECONFIG=${PWD}/kubeconfig
kubectl config view
kubectl config
kind create cluster --kubeconfig ./kubeconfig.yaml
kind delete cluster
GO111MODULE="on" go get sigs.k8s.io/kind@v0.8.0
kind cluster create --config kind-config.yaml