I am doing some experiments, as we are obviously losing log lines currently in our Kubernetes setup.
Now as a test, I built a small python script that outputs 500000 log lines one after the other.
When recording this with kubectl logs -f podname >log.txt
it looks like some lines are missing.
Actually as I am on a quite slow VPN connection here, could it be that these messages are just dropped somehow because of my network speed?