Skip to content

Commit 941612c

Browse files
committed
deployment text
1 parent 8af8afd commit 941612c

File tree

4 files changed

+54
-0
lines changed

4 files changed

+54
-0
lines changed

_pages/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ feature_deployment:
8989
alt: "Deployment"
9090
title: "RS deployment"
9191
excerpt: "RS Server can be deployed on several environments. On a Kubernetes cluster, on a local machine. It is also possible to adopt something in the middle, called the hybrid mode."
92+
url: "/portfolio/deployment"
93+
btn_label: "Read More"
94+
btn_class: "btn--primary"
9295
---
9396

9497
{% include feature_row id="intro" type="center" %}

_portfolio/feature-deployment.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: "Deployment and different modes"
3+
permalink: /portfolio/deployment
4+
excerpt: "Deployment"
5+
header:
6+
image: /assets/images/architecture/deployment_header.jpg
7+
teaser: /assets/images/architecture/deployment_teaser.jpg
8+
sidebar:
9+
title: ""
10+
nav: sidebar-deployment
11+
12+
---
13+
RS-Server offers several targets for deployment:
14+
- cluster
15+
- local
16+
- hybrid
17+
18+
For each kind of deployment, here are the overall associated features:
19+
20+
## Cluster mode
21+
On the **cluster mode**, the RS-Server is deployed as several Kubernetes PODs. A deployment with HELM chart is provided.
22+
On the cluster environement, RS-Server can be called from a Prefect chain or directy from a Jupyter notebook.
23+
The RS-Server running the cluster has got a strong access control for each sensitive data access (CADIP, LTA, AUXIP, PRIP, and Catalog).
24+
25+
## Local mode
26+
On **local mode**, RS-Server deploy a Catalog without access control.
27+
28+
## Hybrid mode
29+
The **hybrid mode** is derived from the two other ones. RS-Server is deployed on both sides: local machine and cluster.
30+
From the local machine, end user can:
31+
- read / write to the local RS-Server catalog
32+
- connect to the RS-Server running on the cluster and access any service which is authorised for.
33+
34+
35+
<span style="color: black; background-color: #1A89DF;">**version 0.1**</span>
36+
What is already in this release ?
37+
- cluster mode
38+
- local mode
39+
40+
For the hybrid mode, it is not possible to access the Prefect server running the cluster.
41+
42+

_portfolio/feature-prefect.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,11 @@ Prefect Open Source version has been choosen as orchestrator for RS Python proje
2323

2424
RS Python provides some already made chain to process copernicus Sentinel chain.
2525

26+
27+
28+
<span style="color: black; background-color: #1A89DF;">**version 0.1**</span>
29+
What is already in this release ?
30+
- Prefect is deployed on the RS Python solution
31+
32+
There is no access control per user to all Prefect workflow. The Open Source solution does not provide this function.
33+
This feature needs to be studied.

_portfolio/feature-staging.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ What is already in this release ?
2727
- Access control
2828
- Access to AUXIP and CADIP station is there !
2929

30+
Access to LTA and PRIP will come on next release.

0 commit comments

Comments
 (0)