logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Stern - Tail Kubernetes Pod Logs | Online Free DevTools by Hexmos

Tail Kubernetes pod logs with Stern, a powerful command-line tool for monitoring multiple pods and containers. Quickly debug applications and filter logs using regular expressions. Free online tool, no registration required.

stern

Tail multiple pods and containers from Kubernetes. More information: https://github.com/stern/stern.

  • Tail all pods within a current namespace:

stern .

  • Tail all pods with a specific status:

stern . --container-state {{running|waiting|terminated}}

  • Tail all pods that matches a given regex:

stern {{pod_query}}

  • Tail matched pods from all namespaces:

stern {{pod_query}} --all-namespaces

  • Tail matched pods from 15 minutes ago:

stern {{pod_query}} --since {{15m}}

  • Tail matched pods with a specific label:

stern {{pod_query}} --selector {{release=canary}}

See Also