Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Operator Sdk | 6,534 | 453 | a day ago | 306 | August 23, 2022 | 145 | apache-2.0 | Go | ||
SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding. | ||||||||||
Pipelines | 3,205 | 2 | 58 | 19 hours ago | 98 | June 02, 2022 | 953 | apache-2.0 | Python | |
Machine Learning Pipelines for Kubeflow | ||||||||||
Kudo | 1,084 | 7 | 3 months ago | 72 | July 02, 2021 | 185 | apache-2.0 | Go | ||
Kubernetes Universal Declarative Operator (KUDO) | ||||||||||
Quickstarts | 920 | 21 hours ago | 28 | June 24, 2022 | 23 | apache-2.0 | C# | |||
Dapr quickstart code samples and tutorials showcasing core Dapr capabilities | ||||||||||
Getting Started | 531 | 3 years ago | ||||||||
An end-to-end scenario showing how to use the Operator Framework. | ||||||||||
Operator Sdk Samples | 215 | 1 | 3 years ago | 19 | October 29, 2020 | apache-2.0 | Shell | |||
Contains samples of operators built using the operator-sdk | ||||||||||
Helm Wrapper | 166 | 6 days ago | 7 | September 13, 2022 | 17 | apache-2.0 | Go | |||
A Helm3 HTTP Server Wrapper by helm Go SDK, help you manage helm charts with HTTP RESTFul API | ||||||||||
Dcos Commons | 162 | 3 years ago | 7 | November 10, 2020 | 74 | apache-2.0 | Java | |||
DC/OS SDK is a collection of tools, libraries, and documentation for easy integration of technologies such as Kafka, Cassandra, HDFS, Spark, and TensorFlow with DC/OS. | ||||||||||
Dotnet Operator Sdk | 155 | 1 | a day ago | 151 | August 10, 2022 | 28 | apache-2.0 | C# | ||
KubeOps is a kubernetes operator sdk in dotnet. Strongly inspired by kubebuilder. | ||||||||||
Kube Aws Iam Controller | 148 | 4 months ago | 2 | June 16, 2022 | 11 | mit | Go | |||
Distribute different AWS IAM credentials to different pods in Kubernetes via secrets. |
Docs can be found on the Operator SDK website.
This project is a component of the Operator Framework, an open source toolkit to manage Kubernetes native applications, called Operators, in an effective, automated, and scalable way. Read more in the introduction blog post.
Operators make it easy to manage complex stateful applications on top of Kubernetes. However writing an Operator today can be difficult because of challenges such as using low level APIs, writing boilerplate, and a lack of modularity which leads to duplication.
The Operator SDK is a framework that uses the controller-runtime library to make writing operators easier by providing:
Release binaries will be built with the Go compiler version specified in the developer guide.
A Go Operator project's Go version can be found in its go.mod
file.
Supported Kubernetes versions for your Operator project or relevant binary can be determined by following this compatibility guide.
The set of supported platforms for all binaries and images can be found in these tables.
Check out the contributor documentation.
Operator SDK is under Apache 2.0 license. See the LICENSE file for details.