This could be really handy for reading through logs from a kubernetes cluster (instead of pointing at a folder, you'd point it at a pod or set of pods or namespace or some other selector).
Let's say you've got a deployment with a four-pod replica set; might be nice to be able to do something like klnav -n my_ns pod_id_substring and then stream logs from the pods that match, maybe with the option to save the retrieved data to disk during your lnav session.
This could be really handy for reading through logs from a kubernetes cluster (instead of pointing at a folder, you'd point it at a pod or set of pods or namespace or some other selector).
Let's say you've got a deployment with a four-pod replica set; might be nice to be able to do something like
klnav -n my_ns pod_id_substringand then stream logs from the pods that match, maybe with the option to save the retrieved data to disk during your lnav session.