Weave Net

312

Weave Net is a network for Kubernetes and its hosted applications, from the Weave Works stable.

Stuff you wanna know:

  1. Weave Net can run as a CNI plug-in or stand-alone.
  2. Weave Net doesn’t require any configuration or extra code to run (The network provides one IP address per pod – as is standard for Kubernetes).
  3. Weave Net creates a virtual network that connects containers across multiple hosts and enables their automatic discovery.
  4. The Weave Net addon for Kubernetes comes with a Network Policy Controller that automatically monitors Kubernetes for any NetworkPolicy annotations on all namespaces and configures iptables rules to allow or block traffic as directed by the policies.
  5. Once you have installed the Weave Net addon, you can follow the Declare Network Policy to try out Kubernetes NetworkPolicy.

More stuff: