My model as follows:
I want Pod B to be able to mount the NFS volume from Pod A, but the problem is that Pod B is created and running before Pod A is created.
Is it possible for either:
I'm able to change my model if need be, so any help would be greatly appreciated.
That's not possible with kubernetes concepts.
If you really really want you could run your pod in privileged mode and issue the mount commands from your app. I do not recommend this.