Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cloud-native-skunkworks/rust-operator

A simple K8s operator written in Rust
https://github.com/cloud-native-skunkworks/rust-operator

Last synced: 11 days ago
JSON representation

A simple K8s operator written in Rust

Awesome Lists containing this project

README

        

# rust-operator

A simple K8s operator written in Rust.
This operator will keep a a custom resource up to date with the configuration of your kubernetes nodes.
It is a tech demo to demonstrate:
- Custom resource creation
- Watchers
- API Create commands
- Kube-rs