Explore techniques to run jobs on Nomad that require access to persistent storage.
Nomad allows users to mount persistent data from local or remote storage volumes into task environments in several ways:...
Configure and deploy a host volume to support a MySQL workload that requires persistent storage.
Configure and deploy the AWS EBS volume CSI plugin to connect an EBS volume to a MySQL workload that requires persistent storage.
Deploy a MySQL database using the Portworx Docker-volume driver to enable persistent volumes.
"Nomad's exec driver allows job designers to specify the user that a job runs as. Combine this with host volumes and user...