The setup is pretty complex what with Elasticsearch so anything but the Docker Compose setup seems overwhelming… anyone got this working in k8s?
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.
Rules:
Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.
No spam posting.
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it’s not obvious why your post topic revolves around selfhosting, please include details to make it clear.
Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
No trolling.
Resources:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
The docker compose ist almost copy paste. Not quite sure what the difficulty is?
I mean going fronm docker compose to a k8s setup. The Docker compose version is no problem.
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
That would be most helpful, thanks 🙏
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.