Manage Storage#

NeMo microservices use a combination of databases, object storage, and persistent volume to store data.

Storage Types#

Storage Management#

Storage Type

Use

Microservices

Databases

Used to store entity metadata, custom fields, and file locations/references.

NeMo Data Store, NeMo Entity Store, NeMo Evaluator, NeMo Customizer, NeMo Guardrails (Optional)

Object Store

Used to store large datasets and model files.

NeMo Data Store

Persistent Volume

Used to store models locally in the cluster for faster access during customization jobs.

NeMo Data Store, NeMo Customizer, NeMo Operator, NeMo Guardrails (Optional)


Storage Configuration Guides#

Postgres Database

Manage the Postgres database used across microservices.

Databases
Object Storage

Manage the object storage used across microservices.

Object Storage
PVC

Manage Persistent Volume Claims used across microservices.

ReadWriteMany Persistent Volumes

Disaster Recovery#

Backup and Restore

Review best practices for data preservation and recovery.

Backup and Restore