|
|
|
|
|
by anon291
32 days ago
|
|
I self host my own stuff in a data center with a bunch of computers. I have a virtualized setup all in nix defining nixos setups for all hosts. Switches are virtualized using open v switch and everything is made so that the nix expression generates a launch script to test the whole set up. Before I deploy I know that all hosts will be able to boot properly from tftp and then communicate and launch kubernetes. I never ssh into any of my nodes at this point. Amazing. It just works. Once in a while I'll restart them just for funsies. |
|