How to share storage between Kubernetes pods?

后端 未结 10 1676
轻奢々
轻奢々 2020-12-01 02:51

I am evaluating Kubernetes as a platform for our new application. For now, it looks all very exciting! However, I’m running into a problem: I’m hosting my cluster on GCE an

10条回答
  •  萌比男神i
    2020-12-01 03:04

    Update: The best choice is probably Cloud Filestore, a managed NFS system. This gives you full random read/write access to files, unlike GCS which only supports upload/download. See docs here.

    Original: Have you tried Google Cloud Storage? You might even be able to use the FUSE adapter to map it like a network disk.

提交回复
热议问题