ReWeave
ReWeave is a fork of Weave Net, the first product developed by the currently (and sadly) defunct Weaveworks.
About Weave Net
Weave Net creates a virtual network that connects containers across multiple hosts and enables their automatic discovery. Applications use the network just as if the containers were all plugged into the same network switch, without having to configure port mappings, ambassadors or links.
Installing Weave Net on Kubernetes
On a newly created Kubernetes cluster, the Weave Net CNI pluging can be installed by running the following command:
kubectl apply -f https://reweave.azurewebsites.net/k8s/v1.28/net.yaml
Replace v1.28
with the version on Kubernetes on your
cluster.
More details are available here.