Lightweight Minikube Log Viewer
Installation
Available as a Minikube Add-On
minikube addons enable logviewer
Then,
minikube service logviewer --url -n kube-system
And then visit the URL with your browser.
Features:
- uses HTTP SSE (no indexer or indexing delay)
- uses xtail as the log collector
- namespace filtering (and you can bookmark a link with a
?namespace=yournamespace
query string to save it) - search feature
- pause/resume feature
- supports docker(JSON) and containerd log formats
- support for amd64 and arm64 platforms
TODO:
- hilight matches in search feature
- "Mark" Button which adds HBar to log stream...