Using Kind to Play with K8s 发表于 June 12, 2024 | 1 分钟 | 141 个字 | svtter • 其它语言: en 如果直接使用 kubernetes 的线上版本进行调试,需要资源太多了。使用 minikube 有时候又无法启动集群。 因此,开发者可以考虑使用 Kind 来部署测试 Kubernetes。 This article is about using Kind to create a Kubernetes (K8s) cluster and debug it. [阅读全文] K8s Kubernetes Docker Container