github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/website/source/guides/stateful-workloads/stateful-workloads.html.md (about) 1 --- 2 layout: "guides" 3 page_title: "Stateful Workloads" 4 sidebar_current: "guides-stateful-workloads" 5 description: |- 6 It is possible to deploy and consume stateful workloads in Nomad. Nomad can 7 integrate with various storage solutions such as Portworx and REX-Ray. 8 --- 9 10 # Stateful Workloads 11 12 The Docker task driver's support for [volumes][docker-volumes] enables Nomad to 13 integrate with software-defined storage (SDS) solutions like 14 [Portworx][portworx] to support stateful workloads. Please keep in mind that 15 Nomad does not actually manage storage pools or replication as these tasks are 16 delegated to the SDS providers. Please assess all factors and risks when 17 utilizing such providers to run stateful workloads (such as your production 18 database). 19 20 Nomad will be adding first class features in the near future that will allow a 21 user to mount local or remote storage volumes into task environments in a 22 consistent way across all task drivers and storage providers. 23 24 Please refer to the specific documentation links below or in the sidebar for 25 more detailed information about using specific storage integrations. 26 27 - [Portworx](/guides/stateful-workloads/portworx.html) 28 29 [docker-volumes]: /docs/drivers/docker.html#volumes 30 [portworx]: https://docs.portworx.com/install-with-other/nomad