Is there any shared volume solution between kubernetes worker nodes , like gfs2 .
For example when i create single mysql server with persistent volume , if Worker node(which mysql pod is running on) Fail , pod is automatically recreating on other nodes , but data has losed becouse of first worker node has gone down and persistent volume was on this failed worker node.
Can i use gfs2 clustered storage on worker node ?
Agree with comments above and posting as a community wiki for future.
Relevant for 1.16 version. As per official Persistent Volumes documentation there is a list of volumes supported ReadWriteMany
access mode:
Suggest you use one of them.