stern

Tail multiple Kubernetes pods and their containers simultaneously

brewmacoslinux
Try with needOr install directly
Source

About

Tail multiple Kubernetes pods & their containers

Commands

stern

Examples

Tail all pods in the default namespace$ stern .
Tail pods matching a label selector across all namespaces$ stern -l app=myapp --all-namespaces
Tail a specific pod with container filtering and timestamps$ stern my-pod -c my-container --timestamps