From 85034e809072ccd5b0e5e9e356567e8159697329 Mon Sep 17 00:00:00 2001 From: chrismarino Date: Mon, 14 Mar 2016 11:28:30 -0700 Subject: [PATCH] Added Romana to the list of networking alternatives. --- docs/admin/networking.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/admin/networking.md b/docs/admin/networking.md index 12b65e2be6..814d90b7ec 100644 --- a/docs/admin/networking.md +++ b/docs/admin/networking.md @@ -177,8 +177,12 @@ network, primarily aiming at Docker integration. [Calico](https://github.com/projectcalico/calico-containers) uses BGP to enable real container IPs. +### Romana + +[Romana](https://romana.io) is an open source software defined networking (SDN) solution that lets you deploy Kubernetes without an overlay network. + ## Other reading The early design of the networking model and its rationale, and some future plans are described in more detail in the [networking design -document](https://github.com/kubernetes/kubernetes/blob/{{page.githubbranch}}/docs/design/networking.md). \ No newline at end of file +document](https://github.com/kubernetes/kubernetes/blob/{{page.githubbranch}}/docs/design/networking.md).