쿠버네티스 Ingress HTTP 오류 코드

(쿠버네티스 Ingress HTTP 50X 오류 코드에서 넘어옴)

1 개요[ | ]

Kubernetes Ingress HTTP 50X error code
쿠버네티스 인그레스 HTTP 50X 오류 코드
nginx 404 Not Found
  • 해당 도메인과 연결된 Ingress가 없는 경우
nginx 502 Bad Gateway
  • curl: (7) Failed to connect to SERVICE port 80: Connection refused
  • 컨테이너 내부에서 해당 포트를 LISTEN하지 않거나, IP 대역 바인딩이 되지 않은 경우(예: 127.0.0.1)
nginx 503 Service Temporarily Unavailable
  • Ingress에 연결된 서비스가 없는 경우 (서비스명 불일치 또는 pod 비정상)
nginx 504 Gateway Time-out
haproxy 503 Service Unavailable
  • No endpoints found
  • No server is available to handle this request.
nginx NET::ERR_CERT_AUTHORITY_INVALID
nginx ERR_TIMED_OUT

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}