Run MOLGENIS on Kubernetes
note: We are currently moving MOLGENIS to the cloud via Kubernetes. However, this is NOT production ready.
Deployment
Rancher
We use for our own orchestration Rancher we support rancher catalogs. Just like helm you can add the catalog by adding the helm repo to your Rancher instance.
Rancher catalogues can be found here: https://helm.molgenis.org.
You can use the rancher-cli to deploy the app on Rancher:
rancher app install molgenis
Helm
We use helm to deploy the MOLGENIS instance. We expose our charts on https://helm.molgenis.org. You can add as your own helm repository and install it by exceuting the following command:
helm install molgenis
You can find detailed documentation on the helm charts we expose here.