Alternatives to Kubetail
A real-time logging dashboard for viewing Kubernetes container logs in a browser or terminal. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
Kubetail
A real-time logging dashboard for viewing Kubernetes container logs in a browser or terminal.
Replacements
Listings that take over the same core job as Kubetail.
Stern
A command-line tool that tails logs from many Kubernetes pods and containers at once.
Stern tails logs from many pods in one colour-coded terminal stream selected by regex, but has no browser dashboard.
Dozzle
A self-hosted web app for watching Docker, Swarm and Kubernetes container logs and stats live.
Dozzle is a self-hosted web log viewer centred on Docker and Swarm with Kubernetes support, adding regex and SQL search plus live CPU and memory stats.
Similar software
Related functionality, not a direct replacement.
K9s
Inspect and manage Kubernetes resources from the terminal.
Headlamp
A Kubernetes user interface that runs as a desktop app or inside a cluster as a web app.
Lens
A desktop IDE for understanding, debugging and operating Kubernetes clusters from one workspace.
Freelens
A free, open-source desktop application for exploring, managing and monitoring Kubernetes clusters.
Kubeshark
An eBPF-based traffic analyzer that captures and indexes network traffic inside Kubernetes clusters.