From f66b6b2ee3b1167359db5db9dfd9ae2f13203c6e Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Wed, 15 Aug 2018 04:07:12 -0500 Subject: [PATCH] Slight edits (#326) --- slides/kube/whatsnext.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/slides/kube/whatsnext.md b/slides/kube/whatsnext.md index c77da18f..b2eba31e 100644 --- a/slides/kube/whatsnext.md +++ b/slides/kube/whatsnext.md @@ -109,20 +109,22 @@ And *then* it is time to look at orchestration! ## Metrics -- The kubelet embeds cAdvisor, which exposes container metrics +- The kubelet embeds [cAdvisor](https://github.com/google/cadvisor), which exposes container metrics (cAdvisor might be separated in the future for more flexibility) -- [Heapster](https://github.com/kubernetes/heapster) is a popular add-on - - (but is being [deprecated](https://github.com/kubernetes/heapster/blob/master/docs/deprecation.md) starting with Kubernetes 1.11) - -- It is now recommended to use the [Metrics Server](https://kubernetes.io/docs/tasks/debug-application-cluster/core-metrics-pipeline/) instead - - It is a good idea to start with [Prometheus](https://prometheus.io/) (even if you end up using something else) +- Starting from Kubernetes 1.8, we can use the [Metrics API](https://kubernetes.io/docs/tasks/debug-application-cluster/core-metrics-pipeline/) + +- [Heapster](https://github.com/kubernetes/heapster) was a popular add-on + + (but is being [deprecated](https://github.com/kubernetes/heapster/blob/master/docs/deprecation.md) starting with Kubernetes 1.11) + + + --- ## Managing the configuration of our applications