Merge pull request #1777 from bboreham/weave-npc

Add Weave to the list of NetworkPolicy implementations
pull/1769/merge
devin-donnelly 2016-11-23 13:35:34 -08:00 committed by GitHub
commit 09429cb488
2 changed files with 12 additions and 0 deletions

View File

@ -10,6 +10,7 @@ In this article, we assume a Kubernetes cluster has been created with network po
* [Calico](/docs/getting-started-guides/network-policy/calico/) * [Calico](/docs/getting-started-guides/network-policy/calico/)
* [Romana](/docs/getting-started-guides/network-policy/romana/) * [Romana](/docs/getting-started-guides/network-policy/romana/)
* [Weave Net](/docs/getting-started-guides/network-policy/weave/)
Add-ons are sorted alphabetically - the ordering does not imply any preferential status. Add-ons are sorted alphabetically - the ordering does not imply any preferential status.

View File

@ -0,0 +1,11 @@
---
assignees:
- bboreham
---
The [Weave Net Addon](https://www.weave.works/docs/net/latest/kube-addon/) for Kubernetes comes with a Network Policy Controller.
This component automatically monitors Kubernetes for any NetworkPolicy annotations on all namespaces, and configures `iptables` rules to allow or block traffic as directed by the policies.
Once you have installed the Weave Net Addon you can follow the [NetworkPolicy gettting started guide](/docs/getting-started-guides/network-policy/walkthrough) to try out Kubernetes NetworkPolicy.