ResourceMetricStatus [api_object]ai-synthesized · conf 0.82
ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
Represents the current resource utilization of a pod or container.
Why it matters This object is used in combination with api:ResourceMetricSource to determine the current resource utilization of a pod or container.
Key facts - Metrics are collected from the pod's containers - Used for autoscaling decisions
Common pitfalls - Incorrect metric selection can lead to poor scaling decisions
Related api:PodsMetricStatus, api:ResourceMetricSource