kubesphere / website

KubeSphere website and documentation
https://kubesphere.io
Apache License 2.0
80 stars 297 forks source link

关于”KubeKey(由 Go 语言开发)是一种全新的安装工具,替代了以前使用的基于 ansible 的安装程序。“ #3196

Open ultraji opened 1 month ago

ultraji commented 1 month ago

关于这点描述,我有一点疑问想咨询一下,因为我最近也在调研ansible的一些场景。

ansible存在什么明显的劣势吗,导致项目方想开发一个安装工具。

pixiake commented 1 month ago

Firstly, Ansible is a powerful and versatile tool.

KubeKey is developed in Go primarily because it doesn’t require installing dependencies, this allows for the quick creation of Kubernetes clusters with a single command, which is especially beneficial in offline environments as it reduces the complexity of environment initialization. Another reason is that Go is more efficient in handling high-concurrency tasks.