An open API service indexing awesome lists of open source software.

https://github.com/kudobuilder/shim

KUDO Shim helps developing KUDO Operators based on any CRD Spec
https://github.com/kudobuilder/shim

Last synced: 3 months ago
JSON representation

KUDO Shim helps developing KUDO Operators based on any CRD Spec

Awesome Lists containing this project

README

        

# KUDO Shim

[![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges)

KUDO Plugin to write operators based on any CRDs

Read more about [KUDO](kudo.dev)

## Overview

KUDO enables developers to write declarative operators

![](./docs/images/kudo-architecture.jpg)

The KUDO CRDs are the native way to develop operators using KUDO. Where KUDO CRDs of `operator`, `operatorversion` and `instance` are used to develop and manage the operator.

KUDO Shim enhances the KUDO Operators to enable the use of any CRD to define the Operator lifecycle

![](./docs/images/shim.png)

Check out the [examples](./examples)