
Kubetail
Real-time Kubernetes logging dashboard for browser and terminal
1.8k stars 125 forks last commit first released Apache-2.0
Actively maintained
Last commit 6 Jul 2026.

Kubetail is a real-time logging dashboard for Kubernetes, optimized for tailing logs across multi-container workloads. It merges container logs into a single chronological timeline and can be used from a web UI or directly in the terminal.
Key Features
- Merge logs from all containers in a workload (e.g., Deployments, DaemonSets, StatefulSets, CronJobs) into one unified timeline
- Real-time streaming in a browser dashboard or via a CLI output mode
- Filtering by workload, absolute/relative time range, node properties, and grep-style searching
- Tracks container lifecycle changes to keep the log stream consistent as pods/containers are replaced
- Uses the Kubernetes API to fetch logs directly (no requirement to forward logs to an external service)
- Can run locally on a desktop or be installed into a cluster
- Desktop mode supports switching between multiple clusters
Use Cases
- Debugging production incidents by tailing logs across multiple pods and containers in real time
- Following request flows across ephemeral containers during rollouts or autoscaling events
- Day-to-day Kubernetes workload troubleshooting without setting up a full log shipping pipeline
Limitations and Considerations
- Primarily focused on real-time tailing; historic log retention and advanced analytics depend on additional components and are still evolving
Kubetail provides a practical, privacy-friendly way to explore Kubernetes logs in real time using a polished dashboard and CLI. It is well-suited for teams that want immediate visibility into workload logs without introducing a separate logging backend.
Categories:
Tags:
Tech Stack:
Similar to Kubetail
Kite
Modern, lightweight Kubernetes dashboard
Kite is a modern Kubernetes dashboard for multi-cluster management, resource operations, and Prometheus-powered monitoring with logs, terminal access, and live YAML editing.

Dozzle
Real-time web log viewer for container workloads
Lightweight web-based real-time log viewer for Docker containers, with support for Docker Swarm and Kubernetes, plus search, split view, and optional authentication.

GoAccess
Real-time web log analyzer with terminal and web dashboards
GoAccess is a real-time web log analyzer that turns server access logs into interactive terminal (TUI) or browser-based dashboards, plus HTML/JSON/CSV reports.

Grafana Loki
Horizontally scalable, multi-tenant log aggregation system
Grafana Loki is a Prometheus-inspired log aggregation system that indexes labels (not log contents) for cost-effective storage and fast querying, with Grafana integration.


Quickwit
Cloud-native, sub-second search on cloud storage for logs and traces.
Open-source cloud-native search engine for observability data on object storage with an Elasticsearch/OpenSearch-compatible API.

Homarr
Customizable self-hosted dashboard with integrations and access control
Homarr is a modern, drag-and-drop server homepage dashboard with many integrations, built-in authentication, permissions, and fast search across your services.






