this post was submitted on 16 Mar 2025
1430 points (98.8% liked)

Technology

67050 readers
5743 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] cley_faye@lemmy.world 128 points 5 days ago (17 children)

Just checked the part about self-hosting. While it's probably possible to handle things with a less heavy approach, their only "easy to use" example right now is to have a full-blown kubernetes cluster at hand or run locally in the source directory. That's a bit much.

[–] Lodra@programming.dev 14 points 5 days ago (13 children)

Honestly, k8s is super easy and very lightweight to run locally if you know the rights tools. There are a few good options but I prefer k3d. I can install Docker/k3d and also build a local cluster running in maybe 2 minutes. It’s excellent for local dev. Even good for production in some niche scenarios

[–] lostbit@feddit.nl 2 points 4 days ago (2 children)

k8s is overkill for a lot of homelabs. Using docker compose is a fraction of that complexity

[–] loudwhisper@infosec.pub 2 points 4 days ago

Yes if single node, kinda if 2-3 nodes, no for anything above that IMHO.

[–] Lodra@programming.dev 1 points 4 days ago

There are many reasons to use k8s. Managing multiple nodes is one good one. But more importantly, k8s gives you an api-driven runtime environment. It’s really not comparable to docker compose.

load more comments (10 replies)
load more comments (13 replies)