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

Introduce Fault Tolerance #1

Closed xanderdunn closed 11 months ago

xanderdunn commented 11 months ago

The current implementation assumes that the kube-state-rs service is either always up, or that losing label changes is not particularly important. Introduce fault tolerance to the service.

Some fault scenarios to consider and potential solutions: