ReadOnlyMany persistant volumes #878
Replies: 1 comment 6 replies
-
@schlichtanders This is probably already possible through See my conversation below with GPT-4: ChatGPT:There are a few ways you could approach ReadOnlyMany volume support on kube-hetzner. Here are a few possible solutions:
For each option, you can document the steps involved in setting it up on kube-hetzner, including any specific configurations that might be necessary. Note that you might need to run some tests to ensure the solutions work as expected on kube-hetzner and provide adequate performance. Remember to provide a warning about the potential risks and trade-offs involved with each option. You:Would smb work? ChatGPT:Yes, SMB (Server Message Block), also known as Common Internet File System (CIFS), can work for ReadOnlyMany volumes. This protocol is often used for providing shared access to files, printers, and serial ports over a network. Here's a brief example of how this might work:
This setup allows multiple pods to mount the same SMB share in read-only mode. Be aware that SMB performance may not be as high as some other options, but it's generally easy to set up and widely supported. As always, testing is crucial to ensure it meets your needs. You can document this process for your users, highlighting any specifics related to kube-hetzner. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Current longhorn does not support ReadOnlyMany Volumes. It may arrive in their next milestone, but who knows.
It would be great to have documentation about which options there are for ReadOnlyMany Volumes on kube-hetzner.
As I understood, these are not supported at all at this stage (I hope I am wrong on this).
Use case: building an efficient file caching system on kubernetes. I haven't found a way to do this on kube-hetzner yet.
Beta Was this translation helpful? Give feedback.
All reactions