logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

KubeTail - Tail Kubernetes Logs | Online Free DevTools by Hexmos

Tail Kubernetes pod logs with KubeTail. Monitor multiple containers simultaneously and troubleshoot issues quickly. Free online tool, no registration required.

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|--container]}} {{my_container}}

  • To tail multiple containers from multiple pods:

kubetail {{my_app}} {{[-c|--container]}} {{my_container_1}} {{[-c|--container]}} {{my_container_2}}

  • To tail multiple applications at the same time separate them by comma:

kubetail {{my_app_1}},{{my_app_2}}

See Also