Categorygithub.com/ivans3/minikube-log-viewer
repositorypackage
0.0.0-20241003173141-dcaa4ab103e8
Repository: https://github.com/ivans3/minikube-log-viewer.git
Documentation: pkg.go.dev

# README

minikube-log-viewer

Lightweight Minikube Log Viewer

minikube-log-viewer-screenshot.png

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...