Comment on Help me figure out the way to scale laterally?
ragingHungryPanda@lemmy.zip 3 days ago
Id say don’t go down the distributed software route just yet. An option is to keep the NAS and set up a new computer with your router or whatever handling dns to it for services. You should be able to use NAS storage over the network. It’ll be slower, but let’s say you put your database on the big one, then it shouldn’t be so bad since you’ll just make database calls to it.
There are a lot of options. I’m currently learning kubernetes and all that stuff is a big learning curve, so avoid that stuff.
My thoughts: you can do some simple dns load balancing between the two servers at whatever level is handling that. Set up a database on the storage server and let the new computer communicate to it over the network.
EpicFailGuy@lemmy.world 3 days ago
Appreciate your input. K8 is on the roadmap. Currently on portrait using pangolin as a tunneled proxy.
Eventually plan to migrate from Joomla in LXC to a docker swarm load balanced by pangolin.
ragingHungryPanda@lemmy.zip 3 days ago
It sounds like you’re diving right in. If you go that route, one thing I found was that Ceph wants to work with while drives only, not partitions. I switched to using longhorn so I could take advantage of all of my storage without throwing any away