|
|
|
|
|
by noctarius
730 days ago
|
|
I guess your biggest issue may be the multiple writer problem, but you'd have the same issue on a local disk. The second multiple writer are supposed to update the same files, you'll run into issues. Have you thought about TCP sockets between the apps and sharing state, or something like a redis database? |
|
In this example, I have 200GB of ephemeral storage available on each node, ideally I'd like something like this:
...pods could some how mount node{1..5} as a volume, which would have 5 * 200GB ~1TB of space to write to... multiple pods could mount it and read the same data.