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

https://github.com/zmalik/kudo-bridge


https://github.com/zmalik/kudo-bridge

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# KUDO Bridge

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 Bridge enhances the KUDO Operators to enable the use of any CRD to define the Operator lifecycle

![](./docs/images/kudo-bridge.png)

Check out the [examples](./examples)