Live data from Hacker News

Let's Build a 28-Core Raspberry Pi Cluster

ikarus.sg

1–10 of 158 posts

Re: Let's Build a 28-Core Raspberry Pi Cluster

#7
So I was toying with the idea of something similar. I'm a programmer and not a sysadmin, but I've dabbled with Docker and had a specific use-case.

But so far I've not come further than this: how to deal with the host OS?

Like, I don't want to log into N computers and manually run "sudo apt update" etc. I want them to run the same OS but with slightly different configurations.

Network booting via PXE seems to be the best alternative, but not sure how to prepare the images for distribution.

Anyone got any pointers on how this is best done?

edit: I should mention I just found http://cobbler.github.io/ but haven't had time to investigate it. A viable choice?

Re: Let's Build a 28-Core Raspberry Pi Cluster

#8
I have to admire someone who spends their first paycheck on a pi cluster:

> The total damage my wallet sustained from Kraken was S$626.63 or in $449.73 USD, which was virtually all I had left for the month after subtracting expenses and education loan repayments.

Re: Let's Build a 28-Core Raspberry Pi Cluster

#10
post #5

Am I understanding that he is storing web data on the SD cards of the Pis? Is that normal? SD storage is notoriously unreliable, especially in write-heavy applications.

"Endurance" microSD cards, normally sold for use in dashcams, are much more reliable in the Pi.

However I switched to netbooting my Pis, no local storage on the Pi at all.

This does require you to have a netboot server already, of course.

Post reply on HN