Relative Content

Tag Archive for linuxterminaltty

Combine command output from two linux processes from two users

I need to monitor the standardout from all the pods in two different kubernetes clusters. Currently I’m using kail to get this output. But I can only login to one cluster per user. So I have one terminal with kail for one cluster and another terminal with kail for the second.