!!! note This post is a thought. It's a short note that I make about someone else's content online. Learn more about the process here

Here's my thought on 💭 johanhaleby/kubetail: Bash script to tail Kubernetes logs from multiple pods at the same time


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


This post was a thought by Waylon Walker see all my thoughts at https://waylonwalker.com/thoughts