Y
Hacker News
new
|
ask
|
show
|
jobs
by
gitroom
406 days ago
bruh merging logs from all pods at once is something i always wanted, props for finally making this sane
2 comments
never_inline
406 days ago
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).
link
fernandotakai
406 days ago
you can also use stern for that!
https://github.com/stern/stern
link