Skip to content

Implementation TOBIAS Kubernetes S3 Version

goymann edited this page Sep 19, 2019 · 19 revisions

Running Jobs on Kubernetes

To run a job you have to send a yaml with the congurations to the cluster. To get the les for calculating to the cluster and the results back to your local machine you need the S3-Storage. First you upload your Data to the S3 then the job on the cluster starts and downloads the les from the S3. When calculation has nished the job uploads the results to the S3 and then your VM can download the results from the S3 to your machine.

Vortrag_TOBIAS_nextflow_Kubernetes_3

Step1

Step2

Step3