kubean-io/kubean

:seedling: Product ready cluster lifecycle management toolchains based on kubespray and other cluster LCM engine.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 52 minutes ago
Added to GitGenius on October 19th, 2024
Created on July 5th, 2022
Open Issues & Pull Requests: 13 (+0)
Number of forks: 54
Total Stargazers: 530 (+0)
Total Subscribers: 6 (+0)

Repository Insights (GitGenius)

Median issue/PR response: N/A
Mean response time: 30.3 days
90th percentile: 71.5 days
Tracked items: 48

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 9% of issues opened in the past year have been closed. Three people close 93% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 5
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 253 days
Stale 30+ days: 4
Stale 90+ days: 1

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • kind/feature (120)
  • kind/bug (90)
  • Stale (54)
  • kind/test (32)
  • kind/support (15)
  • kind/documentation (14)
  • priority/backlog (11)
  • kind/cleanup (7)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Kubean is a production-ready cluster lifecycle management toolchain written in Go that builds upon kubespray and other cluster lifecycle management engines. It is designated as a Cloud Native Computing Foundation sandbox project and provides declarative APIs for deploying and managing Kubernetes clusters at scale.

The project emphasizes simplicity through its declarative API approach to cluster lifecycle operations. A key feature is offline support, with offline packages including operating system packages, container images, and binaries released alongside each version, eliminating the need to gather resources from external sources during deployment. The toolchain supports multi-architecture delivery across AMD and ARM processors with common Linux distributions, and includes support for specialized architectures such as Kunpeng processors running Kylin operating systems. Expandability is built into the design, allowing custom actions to be added to clusters without requiring modifications to the underlying Kubespray implementation.

The repository maintains broad Kubernetes version compatibility, supporting ranges from v1.29 through v1.35 across different Kubean versions. For instance, Kubean v0.34.2 supports Kubernetes v1.33 through v1.35 with v1.34.7 as the default version. The project provides multiple deployment pathways including interactive tutorials on Killercoda, guided installation through KubeStellar Console with step-by-step instructions and validation, and local installation options using declarative YAML configurations.

The repository is classified across multiple infrastructure and cloud-native domains including cluster automation, deployment management, resource scheduling, pod management, and microservices deployment. It has achieved Kubernetes conformance certification and maintains code quality standards tracked through continuous integration workflows, code coverage metrics, and CNCF best practices badges.