top | item 25172822

(no title)

Just1689 | 5 years ago

Do you plan on having s Kubernetes storage provider? I like the idea of present a POSIX like mount to s container while paying per use for storage in S3

discuss

order

threeseed|5 years ago

You can do this using s3backer, goofys etc to mount S3 as a host filesystem and then use the host path provisioner.

javierdlrm|5 years ago

The hostPath provisioner has just RWO access mode, which means only single node. For RWX (read-write in multi-node), Goofys could be used via CSI though.

jamesblonde|5 years ago

I like the idea, too :) We have it as a project for a Master's student at KTH starting in January.