roperator

Experimental Kubernetes Operator kit written in Rust

Documentation:

This project is maintained by psFried

Roperator Getting Started Guide

This guide will walk you through the complete process of writing an operator.

  1. Setup the Project
  2. Configure the parent Custom Resource Definition
  3. Creating an OperatorConfig
  4. Implementing a sync Handler
  5. Running your Operator