kubernetes-sigs/kubebuilder

Kubebuilder - SDK for building Kubernetes APIs using CRDs

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 50 minutes ago
Added to GitGenius on September 7th, 2026
Created on March 14th, 2018
Open Issues & Pull Requests: 68 (+0)
GitHub issues: Enabled
Number of forks: 1,700
Total Stargazers: 9,307 (+0)
Total Subscribers: 99 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 6.1 hours
Mean response time: 15.2 days
90th percentile: 15.3 days
Tracked items: 388

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 41% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Only 7% of issues opened in the past year have been closed. Three people close 88% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 39
New in 7 days: 5
Closed in 7 days: 4
Avg open age: 273 days
Stale 30+ days: 28
Stale 90+ days: 9

Recent activity

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

Top labels

  • kind/bug (144)
  • kind/feature (139)
  • help wanted (92)
  • good first issue (75)
  • lifecycle/frozen (48)
  • kind/documentation (36)
  • priority/important-soon (30)
  • priority/backlog (27)

Detailed Description

Kubebuilder is a framework for building Kubernetes APIs using custom resource definitions in Go.

Kubebuilder addresses the complexity and boilerplate involved in creating Kubernetes APIs by providing a structured framework built on canonical Kubernetes development patterns. It works by offering scaffolding tools, libraries, and abstractions that handle repetitive tasks, allowing developers to focus on business logic rather than infrastructure details. The framework is built on top of controller-runtime and controller-tools libraries, which form the foundation for Kubernetes API development.

Kubebuilder suits teams building Kubernetes operators and custom APIs who want to reduce development time and complexity. It works well for projects that need to extend the Kubernetes API surface with custom resources. The tool is also designed as a library, making it extensible for other projects that want to build on its capabilities. Unlike a copy-paste example approach, Kubebuilder provides a plugin architecture that allows optional helpers and features to be composed into projects, enabling customization without forcing a single path.

The project maintains active engagement with its community through multiple channels including Slack and a Google Group. Development includes comprehensive documentation in the Kubebuilder book and design documents that guide users through building Kubernetes APIs. The framework continues to evolve with features like the Deploy Image Plugin, which scaffolds controllers for managing containerized operands while following Kubernetes best practices. The tool's extensibility is demonstrated by its adoption as a library in other projects, showing that the maintainers have built abstractions general enough to serve as a foundation for related tools.