From 24d57f535b62d9988916ca9e490f7f974cc553b8 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Tue, 10 Apr 2018 16:52:07 -0500 Subject: [PATCH] Add links --- slides/kube/whatsnext.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/slides/kube/whatsnext.md b/slides/kube/whatsnext.md index b77c9538..263da980 100644 --- a/slides/kube/whatsnext.md +++ b/slides/kube/whatsnext.md @@ -97,9 +97,9 @@ And *then* it is time to look at orchestration! - Logging is delegated to the container engine -- Metrics are typically handled with Prometheus +- Metrics are typically handled with [Prometheus](https://prometheus.io/) - (Heapster is a popular add-on) + ([Heapster](https://github.com/kubernetes/heapster) is a popular add-on) --- @@ -157,7 +157,7 @@ Sorry Star Trek fans, this is not the federation you're looking for! - Kubernetes master operation relies on etcd -- etcd uses the Raft protocol +- etcd uses the [Raft](https://raft.github.io/) protocol - Raft recommends low latency between nodes