- Mastering Kubernetes
- Gigi Sayfan
- 223字
- 2021-06-18 18:36:59
Comparing Minikube, KinD, and k3d
Minikube is the official local Kubernetes release. It is part of Kubernetes; it's very mature and very full featured. That said, it requires a VM and is both slow to install and to start. It can also get into trouble with networking at arbitrary times and sometimes the only remedy is deleting the cluster and rebooting. Also, Minikube supports a single node only. I suggest using Minikube only if it supports some feature that you need that is not available in either KinD or k3d.
KinD is much faster than Minikube and is used for Kubernetes conformance tests, so by definition, it is a conformant Kubernetes distribution. It is the only local cluster solution that provides HA clusters with multiple control-plane nodes. It is also designed to be used as a library, which I don't find as a big attraction because it is very easy to automate CLIs from code. The main downside of KinD for local development is that it is ephemeral. I recommend using KinD if you contribute to Kubernetes itself and want to test against it.
k3d is the clear winner for me. It's lightning fast, supports multiple clusters, and supports multiple worker nodes per cluster. It's also easy to stop and start clusters without losing state.
Alright. Let's take a look at the cloud.
- 精通MATLAB圖像處理
- 數據中心建設與管理指南
- Dreamweaver CS3網頁設計與網站建設詳解
- PHP開發手冊
- Mastering Machine Learning Algorithms
- 水晶石精粹:3ds max & ZBrush三維數字靜幀藝術
- 計算機網絡原理與技術
- 網絡安全與防護
- Grome Terrain Modeling with Ogre3D,UDK,and Unity3D
- 基于Xilinx ISE的FPAG/CPLD設計與應用
- LMMS:A Complete Guide to Dance Music Production Beginner's Guide
- ESP8266 Robotics Projects
- 液壓機智能故障診斷方法集成技術
- 經典Java EE企業應用實戰
- HBase Essentials