Shared storage for 3 pod in deployment configuration #184
-
Hello everybody. Now i need to mount a shared disk for all pod in RWX. I have find many alternative, but i'm not sure:
I would like the storage to be geographically distributed as well, with the 3 pods accessing indiscriminately on a single file system. Any idea? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Hello @sharpec, we have out-of-the-box support for Longhorn; you can try it! And if you need Geo distribution, just choose one location per nodepool. |
Beta Was this translation helpful? Give feedback.
-
@sharpec Please, if you want to install other CSI solutions, you can disable Hetzner CSI (there is a variable for that) and install the one you wish to with helm. If somehow the installation fails because you need a package installed in the OS, let me know which one and for which helm chart. As a tool, we aim to be as flexible as possible! |
Beta Was this translation helpful? Give feedback.
-
I ran into the same issue and added the |
Beta Was this translation helpful? Give feedback.
I ran into the same issue and added the
nfs-client
to the agents/control plane if Longhorn is enabled. I briefly tested it and was able to deploy a PVC with ReadWriteMany successfully. I created a PR (#199) with the changes. I'm new to Terraform, so not sure if this is the way to go.