Skip to content

Commit

Permalink
docs: Add note about WireGuard in cluster mesh
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Wicki <sebastian@isovalent.com>
  • Loading branch information
gandro committed Oct 25, 2021
1 parent c16acbb commit f8db94f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Documentation/gettingstarted/encryption-wireguard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,17 @@ must hold:
- ``peers[*].allowed-ips`` should contain a list of pod IP addresses running
on the remote.

Cluster Mesh
============

WireGuard enabled Cilium clusters can be connected via :ref:`Cluster Mesh`. The
``clustermesh-apiserver`` will forward the necessary WireGuard public keys
automatically to remote clusters.
In such a setup, it is important to note that all participating clusters must
have WireGuard encryption enabled, i.e. mixed mode is currently not supported.
In addition, UDP traffic between nodes of different clusters on port ``51871``
must be allowed.

Limitations
===========

Expand Down

0 comments on commit f8db94f

Please sign in to comment.