You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Going through the hitch repo I noticed that hitch has support for shared-cache
Problem being, from my understanding if i have a 3 POD setup, each hitch container must know the IP of the remaining PODs to fill the shared-cache-peer list.
Any guidance on how this could be done in kubernetes?
In a VM setup it would be relatively easy to change the configuration upon a change using Puppet or Chef. Using a more dynamic setup like kubernetes i'm struggling to find a proper way to keep the peer list updated?
Thanks
The text was updated successfully, but these errors were encountered:
that being said, given that there appears to be multicast support (I haven't tested it), does it matter that you can't precisely list all the pods?
Multicast works and seems a way better alternative than keeping lists of IPs 👍 @gquintard are you able to point me to some documentation / code that talks about multicast support?
Going through the hitch repo I noticed that hitch has support for shared-cache
Problem being, from my understanding if i have a 3 POD setup, each hitch container must know the IP of the remaining PODs to fill the shared-cache-peer list.
Any guidance on how this could be done in kubernetes?
In a VM setup it would be relatively easy to change the configuration upon a change using Puppet or Chef. Using a more dynamic setup like kubernetes i'm struggling to find a proper way to keep the peer list updated?
Thanks
The text was updated successfully, but these errors were encountered: