Stern ⛵ Integration
Use Gonzo across multiple pod logs with ease
Basic Examples
# Get logs from all pods, all namespaces
stern . --all-namespaces --output json | gonzo
# Monitor specific namespace
stern . -n kube-system --output json | gonzo
# Get last 100 logs from namespace
stern . -n kube-system --tail 100 --output json | gonzo
# Monitor pods matching pattern
stern "api-*" -n production --output json | gonzo
# Get logs from last hour
stern . -n production --since 1h --output json | gonzoKey Options
Tips
Deep Dive Tutorial
Last updated