kubetail

Real-time Kubernetes log aggregation with web dashboard

brewmacoslinux
Try with needOr install directly
Source

About

Logging tool for Kubernetes with a real-time web dashboard

Commands

kubetail

Examples

Tail logs from all pods in default namespace$ kubetail
Tail logs from specific pod matching pattern$ kubetail my-app
Tail logs from specific namespace with container filter$ kubetail -n production -c my-container