Minor content re-org, edits
This commit is contained in:
@@ -4,6 +4,14 @@ assignees:
|
||||
|
||||
---
|
||||
|
||||
Romana details
|
||||
# Installation with kubeadmin
|
||||
|
||||
Begin by following the [kubeadm getting started guide](/docs/getting-started-guides/kubeadm/) and complete steps 1, 2, and 3.
|
||||
|
||||
Once completed, follow the [containerized installation guide](https://github.com/romana/romana/tree/master/containerize) for kubeadmin.
|
||||
|
||||
## Romana Network Policy Resources
|
||||
|
||||
* [Overview of Romana Network Policy](https://github.com/romana/romana/wiki/Romana-policies)
|
||||
* [Example Policies](https://github.com/romana/core/tree/master/policy)
|
||||
|
||||
More changes.
|
||||
|
||||
@@ -6,7 +6,14 @@ assignees:
|
||||
|
||||
Kubernetes can be used to declare network policies which govern how Pods can communicate with each other. This document helps you get started using the Kubernetes [NetworkPolicy API](/docs/user-guide/networkpolicies), and provides a demonstration thereof.
|
||||
|
||||
In this article we assume that a Kubernetes cluster has been created with network policy support. There are a number of network providers which support NetworkPolicy (see the "Using X for NetworkPolicy" articles in this section). The reference implementation is [Calico](/docs/getting-started-guides/network-policy/calico) running on GCE.
|
||||
In this article, we assume a network provider that supports the NetworkPolicy API has been installed. Network providers can be installed as add-ons using [kubeadmin](/docs/getting-started-guides/kubeadm/), or any other suitable cluster installer.
|
||||
|
||||
There are a number of network providers which support NetworkPolicy including:
|
||||
|
||||
* [Calico](/docs/getting-started-guides/network-policy/calico/)
|
||||
* [Romana](/docs/getting-started-guides/network-policy/romana/)
|
||||
|
||||
The reference implementation is [Calico](/docs/getting-started-guides/network-policy/calico) running on GCE.
|
||||
|
||||
The following example walkthrough will work on a Kubernetes cluster using any of the listed providers.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user