Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 266 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 266 Bytes

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