WIP - Work in progress
Prometheus exporter for Docker ephemeral storage statistics
This exporter provides metrics about the usage of ephemeral storage on each node in the Kubernetes cluster. Under certain circumstances, ephemeral storage cannot be cleaned up, which leads to unexpected results.
The manifests
folder contains all files to deploy ephex into a Kubernetes/Openshift cluster.
Before deploying, plese replace the Helm variables {{ .Values.namespace }}
by the namespace ephex should be running in.
Then:
cd manifests
oc apply -f *.yaml
Images are available on Docker Hub
Feel free to test this exporter and to create pull requests.
- Cleanup Docker image
- Remove development packages
- change to python image
- write documentation
- treeder/bump VERSION
- ClusterRole needs adaption