Really? I've seen threads with people claiming to run dozens of services on it. What do you recommend instead, just any rpi OS and installing them like I would on regular linux?
Comment on Do any of you use Raspberry Pi’s ?
buzz@lemmy.world 1 year agoDont even bother with portainer on RPI. Too low powered.
Kaldo@kbin.social 1 year ago
buzz@lemmy.world 1 year ago
Really? I’ve seen threads with people claiming to run dozens of services on it. What do you recommend instead, just any rpi OS and installing them like I would on regular linux?
if you plan on running portainer and then multiple services on your portainer. I honestly would not recommend rpi, and Im sorry its a nice little device but I dont think its very fast.
superuser.com/…/how-does-a-raspberry-pi-4-truly-c…you can get some tiny SFF pc: www.ebay.com/itm/256201371098 that should have a tiny power consumption but 50x faster than rpi
notfromhere@lemmy.one 1 year ago
I have k3s running on my Pi cluster and have dozens of services running on them. USB drives for the lot of them.
buzz@lemmy.world 1 year ago
Could u share some details about your setup? I really want to try kubernettes maybe this is my sign from the universe
notfromhere@lemmy.one 1 year ago
Sure! I’m using ansible to manage the hosts, install k3s, and deploy the manifests. I’m looking at switching to nixos for reproducibility purposes. I have a couple Pi 4’s, and a handful of Pi 3Bs. Each one is booting off USB drives (Pi 4s have SSDs and others have thumb drives). Then I have an old computer I turned into a NAS server that is hosting NFS for the PVs of each pod. Then I have a rackmount gigabit switch, and I set up tailscale on each node, and reference everything by the tailnet names. Works really well and I have complete access while I’m away from home.