Storage ReadWriteMany in Google Kubernetes Engine

Viewed 2809

Is there a way to be able to provide ReadWriteMany storage without having to implement a storage cluster?

I was able to provide storage with gcsfuse but it is really slow. I need something close to the speed of GlusterFS.

I am currently using GlusterFS.

2 Answers

Another option: Google Cloud Platform recently started offering a hosted NFS service called Cloud Firestore.

Note that as of this writing, Cloud Firestore is still in Beta.

Here's the description:

Use Cloud Filestore to create fully managed NFS file servers on Google Cloud Platform (GCP) for use with applications running on Compute Engine virtual machines (VMs) instances or Kubernetes Engine clusters.

Create and manage Cloud Filestore instances by using the GCP console or the gcloud command-line tool, and interact with the NFS fileshare on the instance by using standard operating system commands.

Related