operator-framework / operator-sdk
- четверг, 7 июля 2022 г. в 00:32:52
SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.
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.