• 1 Post
  • 2 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle
  • The 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.


  • I mean storage backends as in the provisioner, I will use local storage on the nodes with either lvm or just storage on a filesystem.

    I already set up a cluster and tried linstore, I’m searching for experiences with the options because I don’t want to test them all.

    I currently manage all the servers with a NixOS repository but am looking for better failover.