Hi,
I have a problem where Kail stops collecting logs from a pod that produces logs at a high rate after a while. I tried to find out why this happens and discovered that this issue occurs when kubectl logs -f also stops. I found out that this is due to log rotation in Kubernetes. Kail works like tail -f rather than tail -F, which uses inode tracking.