Question bank
Rated and contributed from past briefings. Grows every time you flag a good one.
contributed (1)
- Write a Bash one-liner that tails every pod's logs in a namespace and highlights any line containing 'ERROR' or '5xx'.scripting · contributed · tags: Bash, Kubernetes ·💡 Practical — they'll ask you to type it live. `kubectl logs -l ... | grep -E --color` style.View source briefing →