From 287f6e1cdf997de687dc3587de6e5df2d5e1f7a2 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Mon, 8 Apr 2019 12:21:04 -0500 Subject: [PATCH] Reword a few BGP things (Thanks Benji) --- slides/k8s/cni.md | 5 +++-- slides/k8s/setup-managed.md | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/slides/k8s/cni.md b/slides/k8s/cni.md index 7021fea8..16ddfeba 100644 --- a/slides/k8s/cni.md +++ b/slides/k8s/cni.md @@ -164,14 +164,15 @@ class: extra-details - BGP (Border Gateway Protocol) is the protocol used between internet routers -- [It scales pretty well](https://www.cidr-report.org/as2.0/) +- [It scales](https://www.cidr-report.org/as2.0/) + [pretty well](https://www.cidr-report.org/cgi-bin/plota?file=%2fvar%2fdata%2fbgp%2fas2.0%2fbgp-active%2etxt&descr=Active%20BGP%20entries%20%28FIB%29&ylabel=Active%20BGP%20entries%20%28FIB%29&with=step) (more than 400k aggregated routes on internet) - It is spoken by many hardware routers from many vendors - It also has many software implementations (Quagga, Bird, FRR...) -- The network folks may or may not love it; but at least they know it +- Experimented network folks generally know it (and appreciate it) - It also used by Calico (another popular network system for Kubernetes) diff --git a/slides/k8s/setup-managed.md b/slides/k8s/setup-managed.md index 4c8418bf..74d94d36 100644 --- a/slides/k8s/setup-managed.md +++ b/slides/k8s/setup-managed.md @@ -7,6 +7,10 @@ else to do it for you." - Let's see a few options to install managed clusters! +- This is not an exhaustive list + + (the goal is to show the actual steps to get started) + - All the options mentioned here require an account with a cloud provider