WireGuard Peer Discovery The key pieces of information needed for WireGuard generally are: the public key of the host you wish to connect to an IP address and port of the host you wish to connect to The latter is really only required of one side of the pair. Once traffic is received, that information is learned and updated by WireGuard automatically. Kubernetes, though, also needs to know which traffic goes to which WireGuard peer. Because this information may be dynamic, we need a way to kee...