Grep upstream timeouts in logs ingress-nginx

Hunt backend timeouts and client-aborted requests; note: 499 means client closed before upstream replied

kubectl logs -n ingress-nginx deploy/ingress-nginx-controller --tail=2000 | grep -iE 'upstream timed out|504|499'
more ingress-nginx all 7 commands →