πŸ’­ johanhaleby/kubetail: Bash script to tail Kubernetes logs from...

!https://github.com/johanhaleby/kubetail

Copy this post

Kubetail is a pretty sick bash script that allows you to tail logs for multiple pods in one stream. Very handy when you have more than one replica running.

wget https://raw.githubusercontent.com/johanhaleby/kubetail/master/kubetail
chmod u+x ./kubetail

Now with kubetail I can tail all the logs for every shot-wayl-one pod in the shot namespace.

./kubetail shot-wayl-one -n shot
output from running the kubetail command

Note

This post is a thought. It’s a short note that I make about someone else’s content online #thoughts