Anyone got Tubearchivist running in Kubernetes?
from Procedure8295@lemmy.sdf.org to selfhosted@lemmy.world on 20 Apr 10:48
https://lemmy.sdf.org/post/15591196

The setup is pretty complex what with Elasticsearch so anything but the Docker Compose setup seems overwhelming… anyone got this working in k8s?

#selfhosted

threaded - newest

jonno@discuss.tchncs.de on 20 Apr 11:05 next collapse

The docker compose ist almost copy paste. Not quite sure what the difficulty is?

Procedure8295@lemmy.sdf.org on 20 Apr 11:38 collapse

I mean going fronm docker compose to a k8s setup. The Docker compose version is no problem.

scrubbles@poptalk.scrubbles.tech on 20 Apr 13:11 next collapse

I have, I don’t have my yml on hand today, but ping me later if I forget and I’ll grab it for you. I do have one problem where the cache pvc continuously runs out of storage, but other than that it’s been stable

Procedure8295@lemmy.sdf.org on 20 Apr 14:15 collapse

That would be most helpful, thanks 🙏

magikmw@lemm.ee on 20 Apr 13:58 collapse

It’s generic advice, but check kompose - it can translate docker compose yml into a bunch of k8s objects, as far as it sensibly can.

The mose issues can come from setting up volumes, since docker has different expectations towards the underlying filesystem.

It does save a bunch of work of rewriting everything by hand.