operator-sdk
by
operator-framework

Description: SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.

View on GitHub ↗

Summary Information

Updated 2 hours ago
Added to GitGenius on March 6th, 2026
Created on February 7th, 2018
Open Issues & Pull Requests: 59 (+0)
Number of forks: 1,777
Total Stargazers: 7,658 (+0)
Total Subscribers: 123 (+0)

Issue Activity (beta)

Open issues: 13
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 445 days
Stale 30+ days: 9
Stale 90+ days: 7

Recent activity

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

Top labels

  • lifecycle/rotten (77)
  • language/go (32)
  • triage/support (22)
  • help wanted (19)
  • language/helm (18)
  • kind/documentation (14)
  • triage/needs-information (12)
  • lifecycle/stale (11)

Most active issues this week

Repository Insights (GitGenius)

Median issue/PR response: 10.0 days
Mean response time: 156.3 days
90th percentile: 609.2 days
Tracked items: 151

Most active contributors

Detailed Description

The Operator SDK is a framework for building Kubernetes applications, specifically designed to simplify the creation and management of Operators. Written primarily in Go, it serves as a key component of the broader Operator Framework, an open source toolkit for managing Kubernetes native applications in an automated and scalable manner. The project addresses fundamental challenges developers face when building Operators, including the complexity of low-level Kubernetes APIs, the burden of writing boilerplate code, and the lack of modularity that leads to code duplication.

The SDK provides three core capabilities to streamline Operator development. First, it offers high-level APIs and abstractions built on top of the controller-runtime library, enabling developers to express operational logic more intuitively rather than working directly with low-level Kubernetes primitives. Second, it includes tools for scaffolding and code generation that bootstrap new projects quickly, reducing setup time and initial complexity. Third, it provides extensions designed to address common Operator use cases, allowing developers to leverage pre-built solutions for frequent patterns rather than implementing them from scratch.

The repository maintains active development with a median issue and pull request response latency of 240.4 hours across tracked items, though mean latency reaches 3774.0 hours, indicating some longer-running discussions or complex issues. The most frequently applied issue labels are lifecycle/rotten with 48 instances, language/go with 29 instances, and triage/support with 19 instances, reflecting the project's Go focus and the support-oriented nature of many community interactions. The primary contributor acornett21 has logged 211 events in the tracked dataset, with jberkhahn and camilamacedo86 contributing 23 and 11 events respectively, demonstrating concentrated maintainer involvement.

The project has attracted contributors who also work on major technology projects, as evidenced by overlapping contributor presence with microsoft/vscode, microsoft/typescript, and rust-lang/rust repositories, suggesting the SDK appeals to developers with diverse technical backgrounds. The GitGenius classification places the project across multiple domains including Kubernetes, Operators, Development Kits, Automation, Cloud-native Application Management, Custom Resource Definitions, Scaffolding, Lifecycle Management, and Tooling, accurately reflecting its broad scope.

A significant recent development documented in the README involves a migration away from kube-rbac-proxy. The project has discontinued use of the kube-rbac-proxy image hosted at gcr.io/kubebuilder/, replacing it with authentication and authorization protection via Controller-Runtime's WithAuthenticationAndAuthorization feature. This change requires existing projects using the old image to migrate before early 2025 when the GCR hosting will become unavailable, representing an important maintenance consideration for users of the SDK.

The framework supports multiple Go versions as specified in developer documentation, with compatibility determined by the Go compiler version used for release binaries. Kubernetes version compatibility and platform support are documented through dedicated guides on the project website, ensuring users can identify appropriate versions for their infrastructure. The project operates under the Apache 2.0 license and maintains active community engagement through the Operator Framework's communication channels, project meetings, and contribution guidelines.

operator-sdk
by
operator-frameworkoperator-framework/operator-sdk

Repository Details

Fetching additional details & charts...