The best storage driver for PostgreSQL data?

Hello,

I am wondering, what is the best storage driver for PostgreSQL data?

I am currently using the “local” driver, but as far as I understand the volume will not migrate from host to host along with container if scheduler decides to re-deploy the app to the new one.

NFS is not recommended for the PostgreSQL. EBS is not an option as it involves dependency on a third party.

What is the best solution?