I'm curious how to manage networking and storage for containers (persistent data) managed by nomad
and running on Docker hosts if one does not want to run k8s?
Asked
Active
Viewed 686 times
0

Jiri B
- 361
- 1
- 12
1 Answers
0
Ad storage it seems nomad
has started to use CSI (Container Storage Interface) plugins, see https://www.nomadproject.io/docs/job-specification/csi_plugin
Ad network, there's support for CNI (Container Network Interface), see https://www.nomadproject.io/docs/job-specification/network#network-examples

Jiri B
- 361
- 1
- 12