mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
add motivation
This commit is contained in:
parent
05c9a0ed96
commit
ff3d84bf1d
|
|
@ -1,5 +1,7 @@
|
|||
# KubeKey
|
||||
Start Kubernetes and KubeSphere flexibly and easily.
|
||||
## Motivation
|
||||
The Kubernetes installation script in Kubekey is developed by go language, which replaces ansible, which was previously developed in python language. It greatly reduces the dependence on the OS environment and enhances the robustness of successful installation. Kubekey integrates the mainstream Kubeadm method to install Kubernetes instead of the relatively complex Kubespray, which greatly reduces the installation time, and makes it easier for developers to understand the installation process. In contrast to previous installation methods, the allinone environment offers capacity augmentation from a stand-alone to a multi-machine environment. In a multi-node installation, the configuration parameters take the customary prompt and enter values.
|
||||
## Quick Start
|
||||
### Prepare
|
||||
Please follow the list to prepare environment.
|
||||
|
|
|
|||
Loading…
Reference in New Issue