Simple Log File Analysis for Your Kubernetes Pods on the Command Line
Recently at my current job there was a lot of complaining about how terribly slow our instance of Kibana was. We use that, as many teams do, to view and analyse the log files generated by the services that run on our Kubernetes cluster. The root cause was that the logs were simply too large, because...