쿠버네티스 Ingress HTTP 오류 코드

Jmnote (토론 | 기여)님의 2023년 5월 8일 (월) 18:41 판

1 개요

Kubernetes Ingress HTTP 50X error code
쿠버네티스 인그레스 HTTP 50X 오류 코드
nginx 404 Not Found
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
  • 서비스명 불일치 또는 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 }}