- Simplicity: Deploying of Kubean and powerful lifecycle management of kubernetes cluster implementing by declarative API.
- Offline Supported: Offline packages(os-pkgs, images, binarys) are released with the release. You won't have to worry about how to gather all the resources you need.
- Compatibility: Multi-arch delivery Supporting. Such as AMD, ARM with common Linux distributions. Also include Kunpeng with Kylin.
- Expandability: Allowing custom actions be added to cluster without any changes for Kubespray.
$ helm repo add kubean-io https://kubean-io.github.io/kubean-helm-chart/
$ helm install kubean kubean-io/kubean --create-namespace -n kubean-system
Then check kubean-operator status by
$ kubectl get pods -n kubean-system | grep 'kubean'
We cloud use the example in folder artifacts/demo
which uses online resources to install k8s cluster.
- cd resources path
$ cd artifacts/
- modify
demo/hosts-conf-cm.yml
by replacingIP1
,IP2
... with the real ip where we want to install k8s cluster - start kubeanClusterOps which will start the kubespray job
$ kubectl apply -f demo/
- check the kubespray job status
$ kubectl get job -n kubean-system