I hope this post is not too off topic. I thought that it would be nice to see the address of all the small self-hosted instances of Lemmy (1~5 users).
My instance has 2 users. The domain name is endlesstalk.org
I host it on a k3s cluster with 2 nodes.
Is there a way to host with high availability? Or is that a kubernetes feature?
K8s is just a huge abstraction over your clusters, the real question is if the software/containers support HA.
You can definitely have high availibillity without kubernetes, but its easier(For me atleast) with kubernetes.
how do you handle the sled state for pictrs with 2 nodes? I’ve been having some trouble with it.
I have only 1 container of pictrs running(with no scaling) and are using longhorn for storage, so if the pictrs container switches node, then longhorn handles it for me.
I see, thanks. What volume(s) are you persisting that way exactly? I mean the internal path that pictrs is using.