Categorygithub.com/99cloud/operator-sdk-samples
repository
0.0.0-20191121094255-b140147ae02c
Repository: https://github.com/99cloud/operator-sdk-samples.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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中文译本