logoalt Hacker News

convolvatronyesterday at 5:25 PM1 replyview on HN

I did a research SSI in the early 2000s. After getting it largely to work, we kind of put it aside. Why would we aspire to using 'ps' and 'ls' and 'mount' and such to manage our large scale systems? surely there was a better model.

20 years later people are still sshing into nodes to fuss around, and treating cluster nodes like pets. it still could be done pretty easily, I guess its not really in anyone's interest to invest the 2 years it would take. there is a lot more money to be made nibbling around the edges of the problem.


Replies

toast0yesterday at 6:40 PM

I've used systems with bits and pieces of this and IMHO, it feels pretty tempting to build this... But yeah, the real question is what application do you or will you run that requires it and is it worth the cost to build?

Especially if you can do similarish stuff in other ways. There's several distributed filesytems available now. There's lots of process orchestration tools. Single nodes today can be enormous compared to single nodes and even some clusters from the 2000s.

show 1 reply