Open ultraji opened 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.
关于这点描述,我有一点疑问想咨询一下,因为我最近也在调研ansible的一些场景。
ansible存在什么明显的劣势吗,导致项目方想开发一个安装工具。