I want to deploy a high performance (multi node) database. To do that, StatefulSet will be used.
So, what should be used for sharing the content of the database between the pods of the StatefulSet application? NFS
could do the work? or etcd
?
Thanks,