Skip to content

hasbro17/operator-sdk

 
 

Build Status License Go Report Card

Documentation

Docs can be found on the Operator SDK website.

Overview

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:

  • High level APIs and abstractions to write the operational logic more intuitively
  • Tools for scaffolding and code generation to bootstrap a new project fast
  • Extensions to cover common operator use cases

License

Operator SDK is under Apache 2.0 license. See the LICENSE file for details.

About

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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 91.2%
  • Shell 3.1%
  • CSS 2.7%
  • HTML 1.9%
  • Makefile 0.8%
  • Dockerfile 0.3%