Skip Navigation

GitHub - anthr76/lemmy-ks: Kustomizations and published OCI manifests to deploy Lemmy on Kubernetes

github.com GitHub - anthr76/lemmy-ks: Kustomizations and published OCI manifests to deploy Lemmy on Kubernetes

Kustomizations and published OCI manifests to deploy Lemmy on Kubernetes - GitHub - anthr76/lemmy-ks: Kustomizations and published OCI manifests to deploy Lemmy on Kubernetes

In a previous post I was looking gauge folks interest on who runs Lemmy on Kubernets. Given the positive feedback I decided to make the manifests I'm using to deploy it available to anyone.

The README and issues touches more in depth but hopefully in a few days or weeks this can a simple and fast way (similar to Lemmy's provided compose) to deploy Lemmy :)

5

You're viewing a single thread.

5 comments
  • i suggest pointing pictrs to (an external) S3 backend instead of using a pvc in your README example. minio is much easier to deploy than ceph.

    • I am :) you still need a PVC for the db though. Granted I plan on now moving that to nvme block storage.

      • you're right, i completely forgot that it has this strange local DB. that's disappointing.

        personally i would just run it outside of k8s then because it's not stateless and pvc is a PITA.