Metrics in Kubernetes: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 21: Line 21:
===<span id='Object_Metric'></span>Object Metrics===
===<span id='Object_Metric'></span>Object Metrics===
These resources describe different objects in the same namespace, instead of describing pods.
These resources describe different objects in the same namespace, instead of describing pods.
===Custom Metrics API===
custom.metrics.k8s.io
==<span id='External_Metric'></span>External Metrics==
==<span id='External_Metric'></span>External Metrics==



Revision as of 20:22, 5 October 2020

Internal

Overview

Resource

Metrics

Resource Metrics

A resource metric is a numeric quantity that tracks either the CPU or memory consumed by containers and pods. By default, the only two supported resource metrics are the CPU utilization 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.

Resource Metrics API

metrics.k8s.io TODO:

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.

Custom Metrics API

custom.metrics.k8s.io

External Metrics

Kubernetes Metrics Server

Kubernetes Metrics Server

Metric Pipeline

Notes