johanhaleby/kubetail
Bash script to tail Kubernetes logs from multiple pods at the same time observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 87
- Release rhythm 44
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 41
- age_days: 3948
- days_rel: 292
- days_push: 82
- n_releases_24m: 2
Adoption not part of the score
3487 stars · 290 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Kubetail is a Bash script that aggregates and follows logs from multiple Kubernetes pods into a single stream, like running 'kubectl logs -f' for many pods at once. It is a lightweight single-script CLI tool installable via Homebrew, ASDF, or shell plugin managers.
Use cases
- tail logs from multiple kubernetes pods at once
- aggregate pod logs into one stream
- follow logs across deployments in kubernetes
- debug kubernetes services by watching all pod logs
- stream logs from pods matching a label
- view kubernetes logs without a dashboard
When to choose
- you want a zero-dependency bash script instead of a heavy log aggregation stack
- you need to quickly tail logs from several pods during debugging
- you already use kubectl and want a familiar multi-pod log viewer
When to avoid
- you need centralized log storage, search, or retention
- you require structured log parsing or alerting
- you are not running Kubernetes or do not have kubectl configured
Facets
cli-tool · maturity stable
logging cli developer-tools developer-tools cli cross-platform kubernetes bash log-aggregation kubectl pods tail containers devops command-line linux macos
1 source
- readme: https://github.com/johanhaleby/kubetail · fetched 2026-08-28 · f93a1e7c38ef
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| johanhaleby/kubetail | main | 75 |
For agents
markdown · JSON · MCP: product_card(name="johanhaleby/kubetail")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem