💭 johanhaleby/kubetail: Bash script to tail Kubernetes logs from... =================================================================== !https://github.com/johanhaleby/kubetail Date: October 31, 2023 GitHub - johanhaleby/kubetail: Bash script to tail Kubernetes logs from multiple pods at the same time Bash script to tail Kubernetes logs from multiple pods at the same time - johanhaleby/kubetail GitHub · github.com [1] 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. ``` bash 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. ``` bash ./kubetail shot-wayl-one -n shot ``` ![output from running the kubetail command](https://screenshots.waylonwalker.com/kubetail.png) !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://github.com/johanhaleby/kubetail [2]: /thoughts/ [3]: /tags/thoughts/