Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 533 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 533 Bytes

kubsto

query kubernetes logs and other metadata fast with duckdb and pql

Building

make build-linux

Running

Load up the database

If you have KUBECONFIG set:

./bin/kubsto load

If you don't:

./bin/kubsto --kubeconfig kubeconfig

Query with pql

./bin/kubsto query "logs | where namespace == 'kube-system' | project time, log | where contains(log, 'error')"

Query with duckdb

duckdb data/kubsto.db

Future work

  • github actions
  • Investigate kubectl plugin