Skip to content

User Datasets

Plexus allows to mount user datasets into the workload containers. Supported formats:

  1. NFS datasets.
  2. S3 AWS buckets datasets.

My Account

User datasets are configured into the user profile, click on My Account.

New Dataset

Go to the Datasets tab and click on New Dataset

S3 Datasets

Create S3 dataset by introducing the following fields:

  • Name: Name to identify the dataset in Plexus. Dataset will be mounted in container by using this name.
  • Access key ID: AWS access key to authorize connection.
  • Secret access key: AWS secret key to authorize connection.
  • Bucket name: AWS bucket name. It should exist in your account.
  • Endpoint: AWS S3 url with region. i.e: https://s3.us-west-2.amazonaws.com

NFS Datasets

Create NFS dataset by introducing the following fields:

  • Name: Name to identify the dataset in Plexus. Dataset will be mounted in container by using this name.
  • Location: NFS url with folder. Server must be reachable from the cluster. nfs://server-nfs.com/folder_name

Verify dataset mount

In order to verify the dataset is mounted in the container, launch a workload after configuring the dataset and verify the path /home/aac/shared/user/.

Important: datasets are just mounted in new workloads executions after configuring the dataset.