Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cloud-native-skunkworks/rust-operator
- Owner: cloud-native-skunkworks
- Created: 2022-12-22T13:54:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T13:56:59.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T22:57:51.763Z (3 months ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 20
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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