Skip to content
Tool

NGINX Ingress Controller

Official site

Playbooks for NGINX Ingress Controller

  1. Diagnosing ingress-nginx 504 Gateway Time-out

    Splits 504s into a slow-backend branch (raise the per-Ingress timeout for a legitimately slow endpoint, or fix backend contention if it's overload-shaped) and a no-live-upstream branch (no Ready endpoints, or a Service/NetworkPolicy blocking traffic to an otherwise-healthy pod). It does not cover 502/503 responses, which usually mean the backend actively refused or reset the connection rather than never answering, or client-side timeouts that never reach the ingress at all.

    Unverifiedno reproductions yetWhy this confidence?

Versions