Explore techniques to run jobs on Nomad that require access to persistent
storage.
5 tutorials
2min
Discover how to create stateful workloads
Discover how to create and configure workloads requiring persistent storage with Nomad's CSI integration, Docker volumes support, and host volumes support.
8min
Create stateful workloads with Nomad host volumes
Configure and deploy a host volume to support a MySQL workload that requires persistent storage.
13min
Create stateful workloads with Container Storage Interface
Configure and deploy the AWS EBS volume CSI plugin to connect an EBS volume to a MySQL workload that requires persistent storage.
9min
Create stateful workloads with Portworx
Deploy a MySQL database using the Portworx Docker-volume driver to enable persistent volumes.
8min
Create persistent data with host volumes
Mount a Nomad client node directory to a job allocation, create data that persists in the directory, and interact with the files from the allocation with the exec driver.