top | item 40700665

(no title)

willcodeforfoo | 1 year ago

Somewhat related: can anyone recommend a simple solution to share each node’s ephemeral disk/“emptyDir” across the cluster? Speed is more important than durability, this is just for a temporary batch job cluster. It’d be ideal if I could stripe across nodes and expose one big volume to all pods (JBOD style)

discuss

order

noctarius|1 year ago

You need some type of cluster-wide shared memory?

willcodeforfoo|1 year ago

Yep! But I don't have access to any block devices on nodes, only the local paths so I'm not sure OpenEBS or Ceph would work...