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

  • Scrubbles
    link
    fedilink
    English
    32 months ago

    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

    • @Procedure8295OP
      link
      English
      12 months ago

      That would be most helpful, thanks 🙏

  • @magikmw@lemm.ee
    link
    fedilink
    English
    32 months ago

    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.

    • @Procedure8295OP
      link
      English
      12 months ago

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