Hi,
Right now i am Testing DO Kubernetes and am starting to get my head around it. There is only one thing that i am missing. An easy way to add shared volumes between PODS.
I tried GlusterFS since I am Familiar with it and Kubernetes has build in support for it, but so fare i Failed to get it working.
The GlusterFS is fine but I get an Error when I try to mound it.
"All subvolumes are down. Going offline until atleast one of them comes back up. The message “E [MSGID: 101075] [common-utils.c:294:gf_resolve_ip6] 0-resolver: getaddrinfo failed (Name or service not known)”
I have read that Rook.io would be a alternative solution but am still hesitant.
Is there a way to use Gluster FS on DO Kubernetes ore are there any other solutions for my need Kind regards.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
For all those of you wondering. I found the Solution. One caveat, the endpoint has to be in the same namespace as the pod Consuming it.
Hope this helps :)
When applying this test configuration:
I get the following error:
It looks like the kubernetes worker nodes don’t have
glusterfs-client
installed, henceforth theglusterfs
mount type is non-existent.Did anyone solve this yet?
@gradlon , Still its not working for me with the equivalent code (considering different namespace not default namespace) . Did you configure StorageClass or Init-Container in the Deployment level? Pls let me know . Thanks in advance.