query kubernetes logs and other metadata fast with duckdb and pql
make build-linux
If you have KUBECONFIG set:
./bin/kubsto load
If you don't:
./bin/kubsto --kubeconfig kubeconfig
./bin/kubsto query "logs | where namespace == 'kube-system' | project time, log | where contains(log, 'error')"
duckdb data/kubsto.db
- github actions
- Investigate kubectl plugin