Hacker News new | ask | show | jobs
by Just1689 2036 days 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
2 comments

You can do this using s3backer, goofys etc to mount S3 as a host filesystem and then use the host path provisioner.
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.
I like the idea, too :) We have it as a project for a Master's student at KTH starting in January.