Files
website/docs/tasks/administer-cluster/weave-network-policy.md
T
Aaron Crickenberger 18e9aa59d1 Rename OWNERS assignees: to approvers:
They are effectively the same, assignees is deprecated
2017-08-03 16:22:52 -07:00

1.1 KiB

approvers, title
approvers title
bboreham
Weave Net for NetworkPolicy

{% capture overview %}

This page shows how to use Weave Net for NetworkPolicy.

{% endcapture %}

{% capture prerequisites %}

Complete steps 1, 2, and 3 of the kubeadm getting started guide.

{% endcapture %}

{% capture steps %}

Installing Weave Net addon

Follow the Integrating Kubernetes via the Addon guide.

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.

{% endcapture %}

{% capture whatsnext %}

Once you have installed the Weave Net Addon you can follow the NetworkPolicy getting started guide to try out Kubernetes NetworkPolicy.

{% endcapture %}

{% include templates/task.md %}