kubimeeter
kubimeeter is an open-source tool for measuring, attributing, and reporting resource usage and cost within Kubernetes environments. It is designed to provide per-pod, per-container, and per-namespace visibility, enabling teams to analyze how compute and memory are consumed across workloads and over time. The project emphasizes lightweight operation, Kubernetes-native deployment, and compatibility with common monitoring and cost-management stacks.
It is typically deployed as a DaemonSet to ensure coverage across cluster nodes, and can also run
Key capabilities include automatic discovery of namespaces and workloads, fine-grained metrics at the pod and container
kubimeeter originated in the open-source community to address the need for transparent cost and resource reporting
See also: Kubernetes, Prometheus, Grafana, cost management in cloud-native environments.