Deploy a Kubernetes Cluster flexibly and easily
git clone https://github.com/pixiake/kubeocean.git
cd kubeocean
./build.sh
Note: Docker needs to be installed before building.
- Deploy a Allinone cluster
./kubeocean create cluster
- Deploy a MultiNodes cluster
# Create a cluster config file
./kubeocean create config
# Deploy cluster
./kubeocean create cluster --cluster-info ./cluster-info.yaml
- Deploy allinone cluster
- Deploy multinodes cluster
- Add nodes (masters and nodes)