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.
This repo contains samples of operators built using the operator-sdk.
To view operators which leverage Ansible or Helm for deployment, see the Ansible or Helm samples sections.
- kopf: A Python framework to write Kubernetes operators in just few lines of code
- shell-operator: Shell-operator is a tool for running event-driven scripts in a Kubernetes cluster
- Writing a Kubernetes Operator in Python without frameworks and SDK,中文译本