From 55b68d28f2a2aa54b676bf0f55a27be2fa2ae7b7 Mon Sep 17 00:00:00 2001 From: Brad McCoy Date: Tue, 15 Aug 2023 10:24:52 +1000 Subject: [PATCH] Update content/en/blog/_posts/2023-08-04-kubernetes-1.28-blog.md Co-authored-by: Mickey Boxell --- content/en/blog/_posts/2023-08-04-kubernetes-1.28-blog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/blog/_posts/2023-08-04-kubernetes-1.28-blog.md b/content/en/blog/_posts/2023-08-04-kubernetes-1.28-blog.md index b1ef522c46..85ffb26f9a 100644 --- a/content/en/blog/_posts/2023-08-04-kubernetes-1.28-blog.md +++ b/content/en/blog/_posts/2023-08-04-kubernetes-1.28-blog.md @@ -204,7 +204,7 @@ For more information, read [Handling Pod and container failures](/docs/concepts/ ## CRI container and pod statistics without cAdvisor -This encompasses two related pieces of work (changes to the kubelet's `/metrics/cadvisor` endpoint, and improvements to the replacement _summary_ API). +This encompasses two related pieces of work (changes to the kubelet's `/metrics/cadvisor` endpoint and improvements to the replacement _summary_ API). There are two main APIs that consumers use to gather stats about running containers and pods: summary API and `/metrics/cadvisor`. The Kubelet is responsible for implementing the summary API, and cadvisor is responsible for fulfilling `/metrics/cadvisor`.