Comment on Show HN: Kubetail – Real-time log search for KubernetesComments−gitroom1ybruh merging logs from all pods at once is something i always wanted, props for finally making this sane−never_inline1yI have hacked together a shell script using tail -f with multiple inputs (from kubectl log), and fzf (to select namespace/deployment if there are many).−fernandotakai1yyou can also use stern for that!https://github.com/stern/stern
Comments
bruh merging logs from all pods at once is something i always wanted, props for finally making this sane
I have hacked together a shell script using tail -f with multiple inputs (from kubectl log), and fzf (to select namespace/deployment if there are many).
you can also use stern for that!
https://github.com/stern/stern