Comment on Kubernetes storage backends
InnerScientist@lemmy.world 6 days agoThe problem is that I want failover to work if a site goes offline, this happens quite a bit with private ISP where I live and instead of waiting for the connection to be restored my idea was that kubernetes would see the failed node and replace it.
Most data will be transfered locally (with node affinity) and only on failure would the pods spread out. The problem that remained in this was storage which is why I’m here looking for options.
possiblylinux127@lemmy.zip 6 days ago
That isn’t going to work unfortunately
You need very low latency (something like 10ms or preferably less)