kind

https://kubernetes.io/zh/docs/tasks/administer-cluster/kubeadm/



https://kind.sigs.k8s.io/



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.



kind create cluster




https://kubernetes.io/zh/docs/tasks/debug-application-cluster/local-debugging/



Category k8s