metrics-server-exporter provides cpu and memory metrics for nodes and pods, directly querying the metrics-server API /apis/metrics.k8s.io/v1beta1/{pods, nodes}
K8S_ENDPOINT
K8S_TOKEN
K8S_FILEPATH_TOKEN
$ docker build . -t metrics-server-exporter
You will need K8S_TOKEN and K8S_ENDPOINT to access the api-server
$ docker run -p 8000:8000 -e "K8S_ENDPOINT=${K8S_ENDPOINT}" -e "K8S_TOKEN=${K8S_TOKEN}" metrics-server-exporter
Content type
Image
Digest
Size
29.9 MB
Last updated
almost 8 years ago
docker pull deadc/metrics-server-exporter