Currently, the command will use a local kubecontext to access a cluster and get all the Prometheus data available from pods annotated for Prometheus using the convention:
annotations:
prometheus.io/scrape: "true"
prometheus.io/path: "/actuator/prometheus"
prometheus.io/port: "8081"
The cli supports exporting the db to both N-Triple and Turtle RDF files.
Planned - formatted output and liveliness and readyness probe info in aggregated report form.
```bash
cargo install k8p
cargo install --path . ```
from k8p -h
``` A cli tool for inspecting containers in Kubernetes
Usage: k8p [OPTIONS]
Commands: scan-metrics export-triples export-turtle report help Print this message or the help of the given subcommand(s)
Options:
-t, --ttl-rdf-filename