Earlier quoted context omitted.
Purpose: Learn linux clustering/diskless nodes. Advantages: Cheaper than conventional servers, limited physical form factor suitable for constrained environments such as apartments, luggage, etc. Low power consumption, suitable for mobile/off-grid/renewable. Recommended software: https://clusterlabs.org https://www.kernel.org/doc/html/latest/admin-guide/nfs/nfsro... https://wiki.gentoo.org/wiki/Diskless_nodes Commerc…
You could rent a couple of 1USD/month VPS, or if really on a budget rent a bunch of containers with ipv6 for just a few cents
Raspberry Pi Server Mark III
71–80 of 173 posts
Re: Raspberry Pi Server Mark III
#72Re: Raspberry Pi Server Mark III
#73Earlier quoted context omitted.
Purpose: Learn linux clustering/diskless nodes. Advantages: Cheaper than conventional servers, limited physical form factor suitable for constrained environments such as apartments, luggage, etc. Low power consumption, suitable for mobile/off-grid/renewable. Recommended software: https://clusterlabs.org https://www.kernel.org/doc/html/latest/admin-guide/nfs/nfsro... https://wiki.gentoo.org/wiki/Diskless_nodes Commerc…
> Learn linux clustering/diskless nodes. Honestly, could be as valid with a setup that just involves running a bunch of VMs. > Low power consumption Yeah, well, a typical laptop should draw around 50W, which is what, like 0.05$ a day? > Commercial advantage: Run highly cost and power efficient data centers Hu, no, in terms of power efficiency per unit of work, you will not beat specialized hardware. > Infrastructure…
Re: Raspberry Pi Server Mark III
#74Earlier quoted context omitted.
You could rent a couple of 1USD/month VPS, or if really on a budget rent a bunch of containers with ipv6 for just a few cents
You absolutely could. But you wouldn't learn how to build a system that recovers from yanking a power or network cable, wouldn't own it, and wouldn't be able to run it on your terms. You'd need a credit card with an American-run payments network to operate, with a declared identity and a bank account, for which a prerequisite is a few months of stable living and income in a particular jurisdiction, itself something l…
None of this is true.
Re: Raspberry Pi Server Mark III
#75Earlier quoted context omitted.
Example case which does away with the need for fans is: https://www.amazon.com/Geekworm-Raspberry-Computer-Aluminum-...
I like this one, a little more expensive but makes the Pi into a NUC style SFFPC: https://www.waveshare.com/pi4-case-argon-one.htm Edit to add the fan is optional, so it can run fanless with no throttling.
Re: Raspberry Pi Server Mark III
#76Earlier quoted context omitted.
Its cool and fun and teaches you a skill at a low price point. There is essentially no functional reason to do this over a single high power server unless for some reason you need a bunch of ARM servers for something.
All fourteen Pis, even v4s (which are significantly hungrier), would be lower power (as in electrical draw) than even a feeble (as in compute power) traditional machine. If you can distribute your workload (or it's not intensive anyway), i.e. having no single machine with a faster processor, then I think it's a good choice, cheaper to run. Edit: I'm happy to be corrected if down-voters would like to reply... A Pi 4 d…
[1] https://magpi.raspberrypi.org/articles/raspberry-pi-specs-be...
[2] https://www.pidramble.com/wiki/benchmarks/power-consumption
Re: Raspberry Pi Server Mark III
#77This is so exciting. Is this type of "movement" (trend) likely to see data centers coming back on premises for enteprise markets? (ie. back from cloud)
Re: Raspberry Pi Server Mark III
#78Earlier quoted context omitted.
I challenge you to find a single application where a setup of 14 raspberry pi's will beat the new mac mini.
Maybe some ram based application? Opening 100gb csv in pandas? Redis with more than 8gb data?
Re: Raspberry Pi Server Mark III
#79My only beef with RPIs as servers is disk I/O is terrible. If that's been solved, I'd love to know! If the SOC has PCI-E lanes that were accessable externally I feel like the server side would really take off
Re: Raspberry Pi Server Mark III
#80That is a damn good looking 3d print wow. My only beef with RPIs as servers is disk I/O is terrible. If that's been solved, I'd love to know! If the SOC has PCI-E lanes that were accessable externally I feel like the server side would really take off
The RPi 4 also has support for USB 3 disks using UAS. I've attached a couple of SSDs to mine. https://rwmj.wordpress.com/2020/09/24/raspberry-pi-4-running...