ReadWriteMany access mode possible alternatives? #125
Unanswered
Mmoncadaisla
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context
As we are exploring
geonode-k8s
project for our use case, deploying to Google Kubernetes Engine, we're able to see that it uses PVCReadWriteMany
accessMode, which in the particular case of GCP is not straightforward as it requires leveraging NFS.In Google Cloud, we believe this implies either leveraging Filestore (which has a minimum of 1 TB of capacity) or else leveraging another NFS source (perhaps using MinIO or another provider like NetApp)
For what we've seen, although it is possible to maintain NFS for
ReadWriteMany
access mode support without depending on another service like Firestore, apparently this could add some complexity in the long term.See also this SO post for reference.
Question
Sorry in advance for the silly question 🙇🏼♂️ but is
ReadWriteMany
access mode compulsory forgeonode-k8s
to work? Do you happen to have any recommendations for GKE setup?Beta Was this translation helpful? Give feedback.
All reactions