Here is a solution to your problem:
You can mount the pod into the node and hence save the data in the node so when new pod will create in the same node it will have an access to the same volume.
Pods on the same node can create deadlock for the same resource. So what can we do is share storage meaning and create one storage and every pod will claim storage in the same storage.
Just watch this webinar to clear your doubts :https://www.youtube.com/watch?v=n06kKYS6LZE
I hope it would help you resolve your query.