This is relevant to what I have been learning about recently! I'm getting ready to launch an online game and I'm dealing with "how do I just run my game server on dozens of boxes without dealing with linux stuff". I don't really have an answer yet (leaning into "just get one really powerful box" lol), but my investigation into the problem so far has been pretty interesting. You can conceptualize the "my program + the…
> "how do I just run my game server on dozens of boxes without dealing with linux stuff" A good first question to ask yourself is why you need to run it on dozens of boxes. You probably don't. The point of Docker is not "I just want to run my program", the point is to bundle an application with its dependencies. It's one way to distribute applications, and far from the only one (despite what talking to some people mi…
Well, that's several problems, of course :) but one of them is latency and capacity (i.e. servers).
My actual dependency is whatever it takes to get data in and out of a network card.