rke
by
rancher

Description: Rancher Kubernetes Engine (RKE), an extremely simple, lightning fast Kubernetes distribution that runs entirely within containers.

View on GitHub ↗

Summary Information

Updated 1 hour ago
Added to GitGenius on April 7th, 2021
Created on October 25th, 2017
Open Issues & Pull Requests: 38 (+0)
Number of forks: 591
Total Stargazers: 3,298 (+0)
Total Subscribers: 121 (+0)

Issue Activity (beta)

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

Recent activity

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

Top labels

  • status/stale (55)
  • team/area2 (13)
  • team/infracloud (7)
  • kind/bug (6)
  • kind/enhancement (4)
  • area/automation (2)
  • area/rke (2)
  • internal (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Repository Insights (GitGenius)

Median issue/PR response: 19.6 hours
Mean response time: 76.1 days
90th percentile: 207.1 days
Tracked items: 74

Most active contributors

Detailed Description

Rancher Kubernetes Engine (RKE) is a lightweight Kubernetes distribution designed to run entirely within containers, written in Go and maintained by Rancher Labs. The project provides an extremely simple and lightning-fast way to deploy Kubernetes clusters across diverse infrastructure environments. RKE abstracts away much of the complexity traditionally associated with Kubernetes installation by containerizing all cluster components, making it accessible to operators who need rapid deployment without sacrificing reliability.

The repository is currently in end-of-life status, with version 1.8 designated as the final release in the RKE 1.x series. The latest stable releases include v1.8.2, v1.7.6, and v1.6.9, with full release notes available for each version. Rancher has officially recommended that users migrate to RKE2, the newer Kubernetes distribution, to maintain support and access to the latest features. This transition reflects the project's maturation and the evolution of Rancher's container orchestration strategy.

The codebase is built using Go modules for dependency management, with compilation handled through make commands that invoke scripts in the scripts directory. The default build subcommand is ci, and cross-compilation is supported by setting the CROSS environment variable. Compiled binaries are placed in the build/bin directory. The project includes code generation logic in codegen/codegen.go that fetches metadata from a configurable data.json location, with the RANCHER_METADATA_URL environment variable allowing runtime overrides of the default metadata source.

GitGenius activity tracking reveals that the repository maintains moderate engagement with a median issue and pull request response latency of 19.6 hours, though the mean latency of 1825.8 hours indicates occasional delays on older or complex items. The most frequently applied issue labels are status/stale with 35 occurrences, followed by team/area2 with 13 and team/infracloud with 7, suggesting that staleness management and infrastructure-focused work are primary concerns. The most active contributors tracked include jiaqiluo with 48 events, superseb with 24 events, and deniseschannon with 15 events, indicating a core team managing the project's maintenance phase.

The repository maintains strong connections to other Rancher ecosystem projects, with overlapping contributors linking it to rancher/rancher, k3s-io/k3s, and argoproj/argo-cd. This interconnection reflects RKE's role within a broader container orchestration and management platform. The project is classified across multiple domains including containerization, docker integration, cloud-native technologies, container orchestration, deployment automation, high availability, cluster management, and infrastructure as code, demonstrating its comprehensive approach to Kubernetes cluster provisioning and management across multi-cloud and on-premises environments.

rke
by
rancherrancher/rke

Repository Details

Fetching additional details & charts...