Skip to content

99cloud/operator-sdk-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Operator SDK Samples

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.

Other Operator Examples

  1. kopf: A Python framework to write Kubernetes operators in just few lines of code
  2. shell-operator: Shell-operator is a tool for running event-driven scripts in a Kubernetes cluster
  3. Writing a Kubernetes Operator in Python without frameworks and SDK中文译本