I am trying to persist the data of my pods on GKE (like a docker volume).
I came across two methods and I don't know which is the go to method.
- Using jcsFuse.
- Using persistent volume and persistent volume claims.
Which is the method that would allow me to mount my pods to google cloud storage?
Thank you for the help.