Stern: Kubernetes Logs on Steroids

Posted on Fri, 20 Feb 2026 in DevOps • Tagged with kubernetes, cli, logs, devops, tools

If you work with Kubernetes, you've probably suffered through the kubectl logs command. It's useful for viewing the logs of a specific pod, but it falls short when you have multiple replicas of a service or when pods restart and change names.

This is where Stern comes in.

Stern allows …


Continue reading

Reduce Noise in Your Python Logs: A Smart Approach

Posted on Thu, 25 Dec 2025 in Programming • Tagged with python, logging, logs, debugging, development

Learn how to configure Python's logging module to avoid message overload from third-party libraries, keeping your logs clean and useful.


Continue reading