Comment on Show HN: Kubetail – Real-time log search for KubernetesparentComments−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).
Comments
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).