The rs-server offers two deployment targets:

  • cluster
  • local

For each kind of deployment, here are the overall associated features.

Cluster mode

On the cluster mode, the rs-server is deployed as several Kubernetes PODs. A deployment with HELM chart is provided. On the cluster environement, rs-server can be called from a Prefect chain or directy from a Jupyter notebook. The rs-server running the cluster has got a strong access control for each sensitive data access (CADIP, LTA, AUXIP, PRIP, and Catalog).

Local mode

On local mode, rs-server deploys a Catalog without access control.

From the local machine, end user can:

  • read / write to the local rs-server catalog
  • connect to the rs-server running on the cluster and access any service which is authorised for.

version 0.1 What is already in this release ?

  • cluster mode
  • local mode

From the local laptop, it is not possible to run directly a Prefect chain running the cluster.