Welcome to Incremental Social! Learn more about this project here!
Check out lemmyverse to find more communities to join from here!

evrial ,

not sure that's legal to use pleX in 2024, and 90% of that is never used

Yerbouti ,

Is that really the chair you're going for?

z00s ,

Upvoted for the pic. Did you draw that? Looks cool :)

asahi ,
walden ,

Nice, gave me a couple of ideas about some other software I might be interested in hosting for myself.

I couldn't get the top-level navigation shortcuts to work in your blog, just FYI.

mudkip OP ,
@mudkip@lemm.ee avatar

Thanks for pointing out! It should be fixed now 😄

alienscience ,

The manifest of my Kubernetes cluster is managed in a Git repository and is automatically deployed via a GitOps tool named Flux CD. When I push changes to the repository, such as adding a new application or upgrading Docker images, the deployment occurs within a few minutes.

This is the way.

Although I use Flux ImageUpdateAutomation instead of Renovate Bot. Did you consider using Flux to do auto updates? Are there any downsides that made you choose Renovate Bot instead?

mudkip OP ,
@mudkip@lemm.ee avatar

Thanks! I looked at the documentation of Flux image update automation first but I didn't figured out how to handle Helm chart versions, and it seems it requires manual "marker" to handle image tags in Helm values (which Renovate can manage automatically), so it looks like Renovate fits my needs more.

fl42v ,

ResizedImage_2024-01-31_00-06-56_6577

makes me wander, what ai/prompt did you use to generate the pic. Looks neat!

half_built_pyramids ,

Nice chair

Lord_ToRA ,
@Lord_ToRA@lemmy.world avatar

Looks like you wandered into autocorrect changing the word "wonder" on you

mudkip OP ,
@mudkip@lemm.ee avatar

I use DALL·E via ChatGPT Plus. The prompt is the first two paragraph in this post plus "Draw a picture for this article titled My 2023 Homelab Setup".

I retried several times and picked my favorite one :)

lemmy ,

Nice setup. Going to steal some ideas for my own setup!

1984 ,
@1984@lemmy.today avatar

I really like self hosting too but Kubernetes is overkill in complexity. I use nomad. :)

diminou ,

In a cluster? I'm actually thinking about using Nomad between my three sff pc that I use as servers, but I have no clue as to how to sync storage between them (container side I mean, with nextcloud data for example)?

johntash ,

Storage is hard to do right :(

If you can get away with it, use a separate NAS that exposes NFS to your other machines. Iscsi with a csi might be an option too.

For databases, it's usually better to not put their data on shared storage and instead use the databases built in replication (and take backups!).

But if you want to go down the rabbit hole, check out ceph, glusterfs, moosefs, seaweedfs, juicefs, and garagehq.

Most shared file systems aren't fully posix compliant so things like file locking may not work. This affects databases and sqlite a lot. Glusterfs and moosefs seen to behave the best imo with sqlite db files. Seaweedfs should as well, but I'm still working on testing it.

Hexarei ,
@Hexarei@programming.dev avatar

Yep, as someone who just recently setup a hyperconverged mini proxmox cluster running ceph for a kubernetes cluster atop it, storage is hard to do right. Wasn't until after I migrated my minor services to the new cluster that I realized that ceph's rbd csi can't be used by multiple pods at once, so having replicas of something like Nextcloud means I'll have to use object storage instead of block storage. I mean. I can do that, I just don't want to lol. It also heavily complicates installing apps into Nextcloud.

1984 ,
@1984@lemmy.today avatar

Yeah in a cluster with consul. Consul gives automatic service discovery and works with traefik so I don't even have to care which node my service is running on since traefik knows how to find it using consul.

For the storage I went with a simple solution. I installed nfs on a machine running in nomad, and then configured the nomad clients to mount that disk. All of this with ansible so I don't have to do it more than once.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • selfhosted@lemmy.world
  • incremental_games
  • meta
  • All magazines