Metrics in Kubernetes
Jump to navigation
Jump to search
Internal
Overview
Resource
Metrics
Resource Metrics
A resource metric is a numeric quantity that tracks the value of a resource specified by a Kubernetes API resource. By default, the only two supported resource metrics are the CPU utilization of a container and the memory consumed by a container. These resources do not change names from cluster to cluster and they should be available as long the Resource Metrics API is available.
Custom Metrics
Aside from resource metrics, there are two other types of metrics, both of which are considered custom metrics: pod metrics and object metrics.
Pod Metrics
These resource describe pods.
Object Metrics
These resources describe different objects in the same namespace, instead of describing pods.
External Metrics
Kubernetes Metrics Server
Resource Metrics API
metrics.k8s.io
TODO:
- https://github.com/kubernetes/community/blob/master/contributors/design-proposals/instrumentation/resource-metrics-api.md
- https://github.com/kubernetes/community/blob/master/contributors/design-proposals/instrumentation/custom-metrics-api.md
Metric Pipeline
Notes
- More details about resource metrics API.
- Metrics: raw values, utilization values.
- Metric server: https://kubernetes.io/docs/tasks/debug-application-cluster/resource-metrics-pipeline/, https://github.com/kubernetes-sigs/metrics-server
- Custom metrics API: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/instrumentation/custom-metrics-api.md
- External metrics API: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/instrumentation/external-metrics-api.md