* Move to Admin section: Disruption.

* Move to Admin section: Net Policy.

* Add redirects.
This commit is contained in:
Steve Perry
2017-05-09 11:58:30 -07:00
committed by GitHub
parent ef2c0920d3
commit 59d9c2ec4f
5 changed files with 12 additions and 4 deletions
@@ -0,0 +1,16 @@
---
assignees:
- bboreham
title: Using Weave Net for NetworkPolicy
redirect_from:
- "/docs/getting-started-guides/network-policy/weave/"
- "/docs/getting-started-guides/network-policy/weave.html"
- "/docs/tasks/configure-pod-container/weave-network-policy/"
- "/docs/tasks/configure-pod-container/weave-network-policy.html"
---
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 getting started guide](/docs/getting-started-guides/network-policy/walkthrough) to try out Kubernetes NetworkPolicy.