Skip to content

Commit

Permalink
Change the indicator resource endpoint from the old version of Summar… (
Browse files Browse the repository at this point in the history
#41707)

* Change the indicator resource endpoint from the old version of Summary API to metrics resource

* Update Summary API to metrics resource API

* Update resource metrics API to node level resource metrics

* Update resource-metrics-pipeline.md
  • Loading branch information
MorningSunKing committed Aug 2, 2023
1 parent 721bbaf commit 594aa21
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ P[pod data] -.- C
end
L[API<br>server]
W[HPA]
C ---->|Summary<br>API| A -->|metrics<br>API| L --> W
C ---->|node level<br>resource metrics| A -->|metrics<br>API| L --> W
end
L ---> K[kubectl<br>top]
classDef box fill:#fff,stroke:#000,stroke-width:1px,color:#000;
Expand All @@ -70,8 +70,8 @@ The architecture components, from right to left in the figure, consist of the fo
* [kubelet](/docs/concepts/overview/components/#kubelet): Node agent for managing container
resources. Resource metrics are accessible using the `/metrics/resource` and `/stats` kubelet
API endpoints.
* [Summary API](#summary-api-source): API provided by the kubelet for discovering and retrieving
per-node summarized stats available through the `/stats` endpoint.
* [node level resource metrics](/docs/reference/instrumentation/node-metrics): API provided by the kubelet for discovering and retrieving
per-node summarized stats available through the `/metrics/resource` endpoint.
* [metrics-server](#metrics-server): Cluster addon component that collects and aggregates resource
metrics pulled from each kubelet. The API server serves Metrics API for use by HPA, VPA, and by
the `kubectl top` command. Metrics Server is a reference implementation of the Metrics API.
Expand Down

0 comments on commit 594aa21

Please sign in to comment.