molgenis
8.0
8.0
  • Introduction
  • What is MOLGENIS
  • Try out MOLGENIS
  • Quick start (docker)
  • Find, view, query
    • Using the navigator
    • Using the search-all
    • Using the dataexplorer
    • Setup authentication
  • Data management
    • EMX format
    • Quickly import data
    • Advanced data import
    • Modify metadata
    • Questionnaires
    • Downloading data
    • Using expressions
  • Access control
    • Users
    • Groups and roles
    • Finegrained permissions
  • Data processing
    • Scripts
    • R
    • Python
    • Schedule jobs
  • Configuration
    • Settings
    • Customize MOLGENIS
    • Localization
    • Apps in MOLGENIS
    • Creating themes
  • Interoperability
    • Swagger specification
    • REST api v1
    • REST api v2
    • Files api
    • Import api
    • Python-api client
    • R-api client
    • Beacon api
    • FAIR api
    • RSQL operators
  • For developers
    • Developing MOLGENIS
    • Developing frontend in MOLGENIS
    • Developing Apps in MOLGENIS
    • Using an IDE (Intellij)
    • Technologies
    • Dynamic decorators
    • Running the integration tests
    • Jobs
    • Security
  • For system administrators
    • Kubernetes (experimental)
    • Standalone server (tomcat)
    • Migration guide
Powered by GitBook
On this page
  • Deployment
  • Helm
  • Rancher
  • Documentation
  1. For system administrators

Kubernetes (experimental)

PreviousFor system administratorsNextStandalone server (tomcat)

Last updated 4 years ago

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.

Deployment

The architecture of MOLGENIS to run in Kubernetes is displayed in the following figure.

MOLGENIS components

Helm

helm repo add molgenis https://helm.molgenis.org
helm repo update
helm install molgenis

Rancher

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.

rancher app install molgenis

Documentation

We use helm to deploy the MOLGENIS instance. We expose our charts on . You can add it as your own helm repository and install it by executing the following command:

Our Rancher catalogs can be found here: .

You can use the to deploy the app on Rancher:

For MOLGENIS chart documentation you can navigate .

note: You can find detailed documentation on the helm charts we expose .

https://helm.molgenis.org
https://helm.molgenis.org
rancher-cli
here
here
Kubernetes
Helm
Rancher