How to persist galaxy-ng data in a k8s environment?

Hi,
I want to persist my galaxy-ng data in a kubernetes persistent volume but I dont know where is the data installed inside the container.

Thank you in advanced

Hi, how did you deploy your galaxy_ng on Kubernetes?

I’ve deployed it manually using yml files. But what i want to know is how galaxy-ng persist it data because when I switch off the virtual machine, galaxy-ng pod get down and all the internal data get lose.

Indeed it is technically possible, but a bit hard way.

Even if you want to do so, first of all, I recommend you to deploy Galaxy NG by using Galaxy Operator to know what the designed setup is, where the PVCs are mounted on which pods, how configuration files for Nginx are designed, etc…

1 Like