xanderdunn / kube-state-rs

A stateless Kubernetes service in Rust to preserve node state between removing and adding nodes in a cluster
0 stars 0 forks source link

Split the Storage and Restoring of Metadata Into Two Processes #10

Closed xanderdunn closed 11 months ago

xanderdunn commented 11 months ago

This separation of concerns would be good. The failure of one does not affect the other. In addition, this would set up the project nicely for #6

xanderdunn commented 11 months ago

We now have two separate processes that run as separate k8s pods, the Watcher and the Processor. The Watcher stores transactions and the Processor consumes those transactions