Description
Bash script to tail Kubernetes logs from multiple pods at the same time.
Bash script that enables you to aggregate (tail/follow) logs from multiple pods into one stream. This is the same as running "kubectl logs -f " but for multiple pods.