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.
I want to have all output from both processes combined into a single terminal. I’m also logging in to these clusters manually at the moment. So I start a terminal, login to the cluster and then run kail
. I’m not aware of a way to automate the login procedure. I’m also doing some post processing of the kail
output by pipeing it through a filter tool.