Files
docs/doc/source/planning/kubernetes/multicast-subnets-for-the-management-network.rst
Stone e8d36f6507 Planning guide
Incorporated minor comments on patchset 2.
Incorporated comments on patchset 1.
Stripped trailing white spaces.
Initial review submission of Planning guide (Kubernetes)

Signed-off-by: Stone <ronald.stone@windriver.com>
Change-Id: I1f5fc7a7747098090a4ac7fd84558c27c959804f
Signed-off-by: Stone <ronald.stone@windriver.com>
2020-12-31 14:28:49 -05:00

1.9 KiB

Multicast Subnets for the Management Network

A multicast subnet specifies the range of addresses that the system can use for multicast messaging on the network. You can use this subnet to prevent multicast leaks in multi-region environments. Addresses for the affected services are allocated automatically from the subnet.

The requirements for multicast subnets are as follows:

  • IP multicast addresses must be in the range of 224.0.0.0 through 239.255.255.255

    For IPv6, the recommended range is ffx5::/16.

  • IP multicast address ranges for a particular region must not conflict or overlap with the IP multicast address ranges of other regions.

  • IP multicast address ranges must not conflict or overlap with the well-known multicast addresses listed at:

    https://en.wikipedia.org/wiki/Multicast_address

  • IP multicast addresses must be unique within the network.

  • The lower 23-bits of the IP multicast address, used to construct the multicast MAC address, must be unique within the network.

  • When interfaces of different regions are on the same L2 network / IP subnet, a separate multicast subnet is required for each region.

  • The minimum multicast network range is 16 host entries.

Note

Addresses used within the IP multicast address range apply to services using IP multicast, not to hosts.

Warning

switches with snooping enabled on this network segment require a / querier on that network to prevent nodes from being dropped from the multicast group.

The default setting for the multicast subnet is 239.1.1.0/28. The default for IPv6 is ff05::14:1:1:0/124.