kind is a tool for running local Kubernetes clusters using Docker container “nodes”. kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI.
To follow Kind tutorial, you need:
- Kind - Follow installation guide Kind Official Docs.
make kind
make kubeconfig
kubectl --kubeconfig kubeconfig get nodes
make kubeconfig