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

Move Off of `ConfigMap`s for Storage #3

Open xanderdunn opened 11 months ago

xanderdunn commented 11 months ago

Replicated redis would work well for this. Do we have any existing database available?

When dealing with many nodes, a real DB would come in handy. It will allow us to know what new updates need to be applied. It can also keep track of successfully applied versions so that it’ll be a simple query to figure what remains to be applied.

xanderdunn commented 11 months ago

Moving to a proper DB would also allow us to avoid explicitly encoding the / character in key values