Replies: 1 comment
-
KubeKey is the same as kuberspary, uses kubeadm to deploy clusters. And kubekey is written in go, so it doesn't need to rely on some basic software, such as python ansible. This also makes kubekey's installation speed faster, which is helpful for cluster installation in offline environment. Kubekey supports the use of addons to customize plugins when installing clusters. Kubekey also supports convenient offline cluster installation. In addition, kubekey also supports the operator mode. At present, only the cluster is abstracted. In the future, we plan to further optimize this mode, so as to realize the node abstraction. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello community, we are using kubespray to provision/upgrade our k8s clusters in the bare metal environment. However, due to inflexibility reason and the cumbersome kubespray version dependency. We want to migrate to some operator based tool like kubekey.
Can I ask is there any comparison between kubekey and kubespray? Like features, supported versions, configurations, etc. If there is such comparison doc then it would be much easier for us to migrate. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions