kubetail

Utility to tail multiple Kubernetes pod logs at the same time. More information: <https://github.com/johanhaleby/kubetail>.

Install

All systems
curl cmd.cat/kubetail.sh
Debian Debian
apt-get install kubetail
Ubuntu
apt-get install kubetail
image/svg+xml Kali Linux
apt-get install kubetail
Windows (WSL2)
sudo apt-get update sudo apt-get install kubetail

Utility to tail multiple Kubernetes pod logs at the same time. More information: <https://github.com/johanhaleby/kubetail>.

  • Tail the logs of multiple pods (whose name starts with "my_app") in one go:
    kubetail my_app
  • Tail only a specific container from multiple pods:
    kubetail my_app -c my_container
  • To tail multiple containers from multiple pods:
    kubetail my_app -c my_container_1 -c my_container_2
  • To tail multiple applications at the same time separate them by comma:
    kubetail my_app_1,my_app_2

© tl;dr; authors and contributors