From f9901e7a8f3f3e9e642de9db78bad36c1ae4344d Mon Sep 17 00:00:00 2001 From: dineshb-jnpr Date: Tue, 10 Jul 2018 00:20:06 -0700 Subject: [PATCH] List JunperContrail CNI as Pod networking provider. (#9387) This change is to list JuniperContrail/TungstenFabric as a provider of Pod networking for a Kubernetes cluster. Juniper's CNI solution has been available as a open source product for couple of years now. It is a mature solution that has been deployed in live clusters. --- .../docs/setup/independent/create-cluster-kubeadm.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/en/docs/setup/independent/create-cluster-kubeadm.md b/content/en/docs/setup/independent/create-cluster-kubeadm.md index f7f56ef703..221468dfab 100644 --- a/content/en/docs/setup/independent/create-cluster-kubeadm.md +++ b/content/en/docs/setup/independent/create-cluster-kubeadm.md @@ -336,6 +336,16 @@ if they don't know their PodIP. kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 | tr -d '\n')" ``` {{% /tab %}} + +{{% tab name="JuniperContrail/TungstenFabric" %}} +Provides overlay SDN solution, delivering multicloud networking, hybrid cloud networking, +simultaneous overlay-underlay support, network policy enforcement, network isolation, +service chaining and flexible load balancing. + +There are multiple, flexible ways to install JuniperContrail/TungstenFabric CNI. + +Kindly refer to this quickstart: [TungstenFabric](https://tungstenfabric.github.io/website/) +{{% /tab %}} {{< /tabs >}}