Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 606 Bytes

README.md

File metadata and controls

27 lines (26 loc) · 606 Bytes

KubeOcean

Deploy a Kubernetes Cluster flexibly and easily

Quick Start

build

git clone https://github.com/pixiake/kubeocean.git
cd kubeocean
./build.sh

Note: Docker needs to be installed before building.

Usage

  • 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

Supported

  • Deploy allinone cluster
  • Deploy multinodes cluster
  • Add nodes (masters and nodes)