this post was submitted on 13 Oct 2023
1 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

I'm using a spare laptop (Lenovo E570) running Ubuntu as a remote Docker host, and I do personal web dev on it - I run things like Flask / Django web apps (which are basically small, single-user HTTP servers), MongoDB, Redis, sometimes MySQL. I'd like to add paperless-ngx to all that, but that's a problem for later for later.

How do Raspberry Pi clusters stack up against spare laptops in terms of Docker performance? If I were to build one out, how many would I need to match the performance of my old laptop, if at all possible? I know people run Kubernetes on these things, but is K8S really necessary? Or can I just use straight Docker (maybe Docker Swarm)? What kinds of things are RPI clusters suited for?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 11 months ago

Your Lenovo will eat a Pi in performance, and in the ease of getting stuff done. For your use case of doing some testing and hosting of web apps, it's great.

The only reasons I can think of for moving to Pis would be because it's a cool thing to learn and play with - which is a totally valid reason in this community :-), but not what you've described.