How to share storage between Kubernetes pods?

后端 未结 10 1680
轻奢々
轻奢々 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条回答
  •  暖寄归人
    2020-12-01 03:16

    Google recently released cloud filestore, with a tutorial here: https://cloud.google.com/filestore/docs/accessing-fileshares

    Might be a good alternative to cloud storage/buckets for some scenarios.

提交回复
热议问题