https://github.com/zmalik/kudo-bridge
https://github.com/zmalik/kudo-bridge
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zmalik/kudo-bridge
- Owner: zmalik
- Created: 2020-07-02T19:21:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T08:51:33.000Z (almost 6 years ago)
- Last Synced: 2025-02-01T23:41:18.127Z (over 1 year ago)
- Language: Go
- Size: 1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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

Check out the [examples](./examples)