740eb340d4
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/`.
977 B
977 B
reviewers, title, content_type, weight
| reviewers | title | content_type | weight | |
|---|---|---|---|---|
|
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:
- Romana network policies.
- The NetworkPolicy API.
{{% heading "whatsnext" %}}
Once you have installed Romana, you can follow the Declare Network Policy to try out Kubernetes NetworkPolicy.