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 ?