You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wg-batch
Hi folks, What is the general production level practice to see batch job logs on some UI. Generally batch job logs tend to be of huge size and kubectl logs is not very efficient. What do folks do to collect and see pod logs. Downloading the entire pod log file in machine does not seem to be a very good idea. We want a solution with which we can tail pod logs or query pod logs with some offset. Thanks.