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.
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.
4min
Use Nomad dynamic host volumes to persist data for stateful workloads
Create, configure, and deploy a dynamic host volume. Run a Nomad job with a workload that uses the dynamic host volume for the persistent storage of application data.