Sinisterly
Multi PC Cluster? - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Computers (https://sinister.li/Forum-Computers)
+--- Forum: Networking (https://sinister.li/Forum-Networking)
+--- Thread: Multi PC Cluster? (/Thread-Multi-PC-Cluster)



Multi PC Cluster? - fire - 10-01-2022

I have a few PC's and a switch plus router I want to turn into a big cluster PC to run some appliocations for fun

Does anyone know how I would be able to set up and configure this?


RE: Multi PC Cluster? - EquitableEngineer - 11-28-2022

You have too much free time on your hands lol Why not turn those PCs into servers on your network. You could have a media server, backup server etc.


RE: Multi PC Cluster? - fire - 11-28-2022

(11-28-2022, 07:08 AM)EquitableEngineer Wrote: You have too much free time on your hands lol Why not turn those PCs into servers on your network. You could have a media server, backup server etc.

what would i do with the servers realistically and what could i run


RE: Multi PC Cluster? - Nyx - 11-28-2022

(11-28-2022, 07:08 AM)EquitableEngineer Wrote: You have too much free time on your hands lol Why not turn those PCs into servers on your network. You could have a media server, backup server etc.

Why not? If you've already got the hardware and it will just cost time, why not learn something new.

@"vrag" I've never personally setup a cluster so I've got no tips myself, however Kubernetes has an article on doing it which seems like a great place to start:
https://kubernetes.io/docs/tutorials/kubernetes-basics/create-cluster/

(11-28-2022, 10:44 PM)vrag Wrote:
(11-28-2022, 07:08 AM)EquitableEngineer Wrote: You have too much free time on your hands lol Why not turn those PCs into servers on your network. You could have a media server, backup server etc.

what would i do with the servers realistically and what could i run

As for what to do with servers, depending on the system performance: game servers, web servers, Plex/Emby servers, Library servers, Cloud storage to yourself, backups, etc...

The only mandatory recommendation in my mind for a local network server is PiHole for network wide ad removal even on devices without AdBlock.


RE: Multi PC Cluster? - fire - 11-29-2022

(11-28-2022, 10:58 PM)Nyx Wrote:
(11-28-2022, 07:08 AM)EquitableEngineer Wrote: You have too much free time on your hands lol Why not turn those PCs into servers on your network. You could have a media server, backup server etc.

Why not? If you've already got the hardware and it will just cost time, why not learn something new.

@"vrag" I've never personally setup a cluster so I've got no tips myself, however Kubernetes has an article on doing it which seems like a great place to start:
https://kubernetes.io/docs/tutorials/kubernetes-basics/create-cluster/

(11-28-2022, 10:44 PM)vrag Wrote:
(11-28-2022, 07:08 AM)EquitableEngineer Wrote: You have too much free time on your hands lol Why not turn those PCs into servers on your network. You could have a media server, backup server etc.

what would i do with the servers realistically and what could i run

As for what to do with servers, depending on the system performance: game servers, web servers, Plex/Emby servers, Library servers, Cloud storage to yourself, backups, etc...

The only mandatory recommendation in my mind for a local network server is PiHole for network wide ad removal even on devices without AdBlock.

ill definetly take a look at kubernetes, how would i get around to make a cloud server as per say?


RE: Multi PC Cluster? - Nyx - 11-29-2022

(11-29-2022, 02:49 AM)vrag Wrote:
(11-28-2022, 10:58 PM)Nyx Wrote:
(11-28-2022, 07:08 AM)EquitableEngineer Wrote: You have too much free time on your hands lol Why not turn those PCs into servers on your network. You could have a media server, backup server etc.

Why not? If you've already got the hardware and it will just cost time, why not learn something new.

@"vrag" I've never personally setup a cluster so I've got no tips myself, however Kubernetes has an article on doing it which seems like a great place to start:
https://kubernetes.io/docs/tutorials/kubernetes-basics/create-cluster/

(11-28-2022, 10:44 PM)vrag Wrote: what would i do with the servers realistically and what could i run

As for what to do with servers, depending on the system performance: game servers, web servers, Plex/Emby servers, Library servers, Cloud storage to yourself, backups, etc...

The only mandatory recommendation in my mind for a local network server is PiHole for network wide ad removal even on devices without AdBlock.

ill definetly take a look at kubernetes, how would i get around to make a cloud server as per say?

I'd recommend Nextcloud because it's free and open source. Attach a bunch of hard drives to your server and you'll be able to access files on your network. Forward your ports and you'll be able to grab your files on the go.

For more things to run on a server you have kicking around, I'd take a look at this pretty exhaustive list of services to run.


RE: Multi PC Cluster? - EquitableEngineer - 11-29-2022

(11-28-2022, 10:44 PM)vrag Wrote:
(11-28-2022, 07:08 AM)EquitableEngineer Wrote: You have too much free time on your hands lol Why not turn those PCs into servers on your network. You could have a media server, backup server etc.

what would i do with the servers realistically and what could i run

I was thinking more along the lines of services you can use locally, like Nyx mentioned you could run a plex media server so you can stream all of your movies, music, files etc with any device connected to your LAN. Having a PiHole is also pretty useful or you could run a TOR relay node or host one of the many blockchains out there. If your machines are powerful enough you could install virtualization software on there an run multiple servers at the same time on each machine.

(11-28-2022, 10:58 PM)Nyx Wrote: Why not? If you've already got the hardware and it will just cost time, why not learn something new.

I suppose you arecorrect but by for me servers would be a better use of the hardware and by the sounds of things OP would still be learning something.