kube-rs/kube
Rust Kubernetes client and controller runtime observed · 2026-08-28
Health v2 · maintenance only
92/100
- Activity 96
- Release rhythm 82
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 34.0
- age_days: 2852
- days_rel: 42
- days_push: 29
- n_releases_24m: 17
Adoption not part of the score
3805 stars · 415 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
kube is a Rust client for Kubernetes, modeled after client-go, with an async controller runtime inspired by controller-runtime and derive macros for CRDs inspired by kubebuilder. It is a CNCF Sandbox project providing generic abstractions for reflectors, controllers, and custom resource interfaces.
Use cases
- write a Kubernetes controller in Rust
- interact with Kubernetes resources from Rust code
- build a Kubernetes operator for a custom resource
- watch and reflect cluster state like deployments or pods
- manage CRDs with typed Rust structs
- patch or delete pods programmatically
When to choose
- you are building Kubernetes operators or controllers in Rust
- you need a typed, async client for the Kubernetes API
- you want kubebuilder-style CRD derive macros in Rust
When to avoid
- you need a Go-based controller with the full controller-runtime ecosystem
- you only need to run kubectl commands from a shell
- your project does not use Rust
Facets
library · maturity stable
database-driver middleware configuration-management developer-tools cloud-computing infrastructure-as-code developer-tools rust windows cross-platform kubernetes controller-runtime crd client-go cncf async operators devops containers linux macos
4 sources
- readme: https://github.com/kube-rs/kube · fetched 2026-08-28 · 54d4dd44d608
- homepage: https://kube.rs · fetched 2026-08-29 · 2210ad9418f2
- site_page: https://kube.rs/getting-started · fetched 2026-08-29 · a99d547afa73
- registry_crates: https://crates.io/api/v1/crates/kube · fetched 2026-08-29 · 3f9c0a90fb4f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kube-rs/kube | main | 92 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem