From c06b680fed5cf290dc52dd29b6745f9830f832be Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Tue, 9 Jul 2019 06:00:56 -0500 Subject: [PATCH] Metrics pipeline renamed --- slides/k8s/metrics-server.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/slides/k8s/metrics-server.md b/slides/k8s/metrics-server.md index 666234b7..e7e4189a 100644 --- a/slides/k8s/metrics-server.md +++ b/slides/k8s/metrics-server.md @@ -1,8 +1,8 @@ # Checking pod and node resource usage -- Since Kubernetes 1.8, metrics are collected by the [core metrics pipeline](https://v1-13.docs.kubernetes.io/docs/tasks/debug-application-cluster/core-metrics-pipeline/) +- Since Kubernetes 1.8, metrics are collected by the [resource metrics pipeline](https://kubernetes.io/docs/tasks/debug-application-cluster/resource-metrics-pipeline/) -- The core metrics pipeline is: +- The resource metrics pipeline is: - optional (Kubernetes can function without it) @@ -37,7 +37,7 @@ If it shows our nodes and their CPU and memory load, we're good! (it doesn't need persistence, as it doesn't *store* metrics) -- It has its own repository, [kubernetes-incubator/metrics-server](https://github.com/kubernetes-incubator/metrics-server]) +- It has its own repository, [kubernetes-incubator/metrics-server](https://github.com/kubernetes-incubator/metrics-server) - The repository comes with [YAML files for deployment](https://github.com/kubernetes-incubator/metrics-server/tree/master/deploy/1.8%2B)