hangscer8 / kubean

:seedling: Kubernetes lifecycle management operator based on kubespray.

Home Page:https://kubean-io.github.io/kubean/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐ŸŒฑ Kubean

trackgit-views

็ฎ€ไฝ“ไธญๆ–‡

kubean is a cluster lifecycle management tool based on kubespray.

main workflow codecov CII Best Practices kubean coverage kubean coverage license Go Report Card


Kubean is a Cloud Native Computing Foundation Landscape project.

โš“ Awesome features

  • 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.

๐Ÿ„โ€โ™‚๏ธ Quick Start

Killercoda

We created a scenario on killercoda, which is a online platform for interactive technique learning. You can try it in there.

Local install

1. Ensure that a Kubernetes Cluster exists and Helm installed

2. Deploy kubean-operator

$ 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 running:

$ kubectl get pods -n kubean-system | grep 'kubean'

3. Online mode deployment of minimal all-in-one clusters

You can use the example in folder examples/install/1.minimal which uses online resources to install k8s cluster.

  1. Modify the examples/install/1.minimal/AllInOne.yml file by simply replacing <IP1>, <USERNAME>, and any other placeholders with their actual values.
  2. Start kubeanClusterOps which will start the kubespray job.
    $ kubectl apply -f examples/install/1.minimal
  3. Check the kubespray job status.
    $ kubectl get job -n kubean-system

quick_start_image

๐ŸŒŠ Kubernetes compatibility

Kubernetes 1.27 Kubernetes 1.26 Kubernetes 1.25 Kubernetes 1.24 Kubernetes 1.23 Kubernetes 1.22 Kubernetes 1.21 Kubernetes 1.20
Kubean v0.7.4 โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ โœ“
Kubean v0.6.6 โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ โœ“
Kubean v0.5.4 โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ โœ“
Kubean v0.4.5 โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ โœ“
Kubean v0.4.4 โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ โœ“ โœ“

To check the list of Kubernetes versions supported by Kubean, please refer to the Kubernetes versions list.

๐Ÿ“– Documents

Please visit: kubean-io.github.io/kubean/

๐Ÿ‘ Contributors


  

Kubean enriches the CNCF CLOUD NATIVE Landscape.

About

:seedling: Kubernetes lifecycle management operator based on kubespray.

https://kubean-io.github.io/kubean/

License:Apache License 2.0


Languages

Language:Go 64.7%Language:Shell 31.0%Language:Python 2.8%Language:Makefile 0.6%Language:Dockerfile 0.6%Language:Smarty 0.3%