weave icon indicating copy to clipboard operation
weave copied to clipboard

Add Weave Net FAQ item about multicasting and kubernetes

Open dholbach opened this issue 6 years ago • 2 comments

From @abuehrle

We should add a section to the Weave Net docs (possibly a FAQ item or even a whole topic) about multicasting and Weave Net:

cluster to cluster multicasting limitations
pod to pod what's supported and what's not and caveats
ideal situation for multicast

-maybe encourage PRs from the community to update it

from @bboreham:

Our multicast support is a behaviour that falls out of faithfully emulating a layer 2 switch. Within the Weave network it just works; you’d have to make special efforts to stop it. However what some people want is to route multicast traffic in and out of the cluster. We don’t have any special support for that; it would need some external bridging technology.

dholbach avatar Nov 12 '19 16:11 dholbach

Hello,

However what some people want is to route multicast traffic in and out of the cluster. We don’t have any special support for that; it would need some external bridging technology.

That's exactly what most people are looking for (me included). Any ideas/suggestions on how to achieve it with Weave Net? An example would be helpful and constructive. Thanks.

arrcher avatar Jul 13 '21 14:07 arrcher

Something like mrouted or quagga.

I'm afraid my experience with these things is that the documentation is impenetrable.

bboreham avatar Jul 18 '21 11:07 bboreham