Tailing few lines from huge logs of kubectl logs -f
In a cluster best practices are to gather all logs in a single point through an aggregator and analyze them with a dedicated tool. For that reason in K8S, log command is quite basic. Anyway kubectl logs -h shows some options useful for you: # Display only the most recent 20 lines of output in … Read more