kubernetes-sigs/controller-runtime
Repo for the controller-runtime subproject of kubebuilder (sig-apimachinery) observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 99
- Release rhythm 83
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 11.5
- age_days: 3009
- days_rel: 113
- days_push: 8
- n_releases_24m: 27
Adoption not part of the score
2946 stars · 1305 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A set of Go libraries for building Kubernetes controllers and operators, providing a manager, controller, builder, and client abstractions on top of client-go. It is the runtime layer leveraged by Kubebuilder and Operator SDK.
Use cases
- write a kubernetes operator in go
- build a custom controller for a CRD
- reconcile custom resources in a k8s cluster
- scaffold a kubebuilder project runtime
- watch and react to kubernetes resource events
- implement the operator pattern for my app
When to choose
- you are writing Kubernetes controllers or operators in Go
- you use Kubebuilder or Operator SDK and need the underlying runtime
- you want managed informers, caches, and reconciliation loops instead of raw client-go
When to avoid
- you only need to query the Kubernetes API without a reconcile loop - use client-go directly
- you are writing operators in a non-Go language
- you need a one-off script rather than a long-running controller
Facets
library · maturity active
concurrency developer-tools sdk cloud-computing infrastructure-as-code developer-tools microservices go cross-platform kubernetes-operators controllers reconciliation kubebuilder operator-sdk api-machinery containers kubernetes linux
1 source
- readme: https://github.com/kubernetes-sigs/controller-runtime · fetched 2026-08-28 · e445ce5f8730
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kubernetes-sigs/controller-runtime | main | 94 |
For agents
markdown · JSON · MCP: product_card(name="kubernetes-sigs/controller-runtime")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem