2017-04-10 17:26:28 +00:00
---
assignees:
- chrismarino
2017-06-08 22:13:29 +00:00
title: Romana for NetworkPolicy
2017-04-10 17:26:28 +00:00
---
2017-05-16 00:04:12 +00:00
{% capture overview %}
2017-04-10 17:26:28 +00:00
2017-05-16 00:04:12 +00:00
This page shows how to use Romana for NetworkPolicy.
{% endcapture %}
{% capture prerequisites %}
2017-07-28 15:23:11 +00:00
Complete steps 1, 2, and 3 of the [kubeadm getting started guide ](/docs/getting-started-guides/kubeadm/ ).
2017-05-16 00:04:12 +00:00
{% endcapture %}
{% capture steps %}
## Installing Romana with kubeadm
2017-07-28 15:23:11 +00:00
Follow the [containerized installation guide ](https://github.com/romana/romana/tree/master/containerize ) for kubeadmin.
2017-05-16 00:04:12 +00:00
## Applying network policies
To apply network policies use one of the following:
2017-07-28 15:23:11 +00:00
* [Romana network policies ](https://github.com/romana/romana/wiki/Romana-policies ).
2017-05-16 00:04:12 +00:00
* [Example of Romana network policy ](https://github.com/romana/core/tree/master/policy ).
* The NetworkPolicy API.
2017-07-28 15:23:11 +00:00
2017-05-16 00:04:12 +00:00
{% endcapture %}
{% capture whatsnext %}
Once your have installed Romana, you can follow the [NetworkPolicy getting started guide ](/docs/getting-started-guides/network-policy/walkthrough ) to try out Kubernetes NetworkPolicy.
{% endcapture %}
{% include templates/task.md %}
2017-04-10 17:26:28 +00:00