KIND (Kubernetes IN Docker) is a tool for running local Kubernetes clusters using Docker containers as nodes. It's designed for testing Kubernetes applications locally.
IMPORTANT: Before you proceed with installation, make sure you have docker installed locally.
KIND(Kubernetes IN Docker)是一款使用Docker容器作为节点来运行本地Kubernetes集群的工具,专为本地测试Kubernetes应用而设计。