Kubernetes (experimental)
Last updated
Last updated
note: We are currently moving MOLGENIS to the cloud via Kubernetes. However, this is NOT production ready.
There are a few basic concepts you should know before you read this guide.
The architecture of MOLGENIS to run in Kubernetes is displayed in the following figure.
We use helm to deploy the MOLGENIS instance. We expose our charts on https://helm.molgenis.org. You can add it as your own helm repository and install it by executing the following command:
For our own orchestration, we use Rancher. We support Rancher catalogs. Just like with helm you can add the catalog by adding the helm repo to your Rancher instance.
Our Rancher catalogs can be found here: https://helm.molgenis.org.
You can use the rancher-cli to deploy the app on Rancher:
rancher app install molgenis
For MOLGENIS chart documentation you can navigate here.
note: You can find detailed documentation on the helm charts we expose here.