Analyze Kubernetes cluster logs in an instant. Powered by Grafana and Loki.
Lomba does the following things:
This empowers you to quickly analyze the current state of a cluster without making any modifications to the cluster state.
install from the latest release artifacts:
Linux
curl -LO https://github.com/zawachte/lomba/releases/download/v0.0.1/lomba
mv lomba /usr/local/bin/
macOS
curl -LO https://github.com/zawachte/lomba/releases/download/v0.0.1/lomba-darwin
mv lomba-darwin /usr/local/bin/lomba
If you have a kubeconfig at ~/.kube/config
lomba run
To pass a kubeconfig
lomba run --kubeconfig kubeconfig
Now go to your favorite browser at http://localhost:3000
and analyze your pod logs!
Running make should be enough to get you going:
make