Files
Qiming Teng 740eb340d4 Fix links in the tasks section
This PR fixes links where the target is a redirection. The special case
is about minikube, which has been deleted recently. The dangling link
now points to `/docs/tasks/tools/` which makes no sense. This PR change
the target for `minikube` to `https://minikube.sigs.k8s.io/docs/`.
2020-10-22 15:01:45 +08:00

977 B

reviewers, title, content_type, weight
reviewers title content_type weight
chrismarino
Romana for NetworkPolicy task 40

This page shows how to use Romana for NetworkPolicy.

{{% heading "prerequisites" %}}

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

Installing Romana with kubeadm

Follow the containerized installation guide for kubeadm.

Applying network policies

To apply network policies use one of the following:

{{% heading "whatsnext" %}}

Once you have installed Romana, you can follow the Declare Network Policy to try out Kubernetes NetworkPolicy.