2017-04-10 17:26:28 +00:00
---
2017-08-03 23:22:52 +00:00
approvers:
2017-04-10 17:26:28 +00:00
- 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-09-25 20:43:15 +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 %}
2017-10-02 15:52:06 +00:00
Once your have installed Romana, you can follow the [Declare Network Policy ](/docs/tasks/administer-cluster/declare-network-policy/ ) to try out Kubernetes NetworkPolicy.
2017-05-16 00:04:12 +00:00
{% endcapture %}
{% include templates/task.md %}