"쿠버네티스 Ingress HTTP 오류 코드"의 두 판 사이의 차이

7번째 줄: 7번째 줄:
* curl: (7) Failed to connect to SERVICE port 80: Connection refused
* curl: (7) Failed to connect to SERVICE port 80: Connection refused
|-
|-
| nginx || 503 Service Temporarily Unavailable (nginx)
| nginx || 503 Service Temporarily Unavailable ||
|
* No server is available to handle this request.
|-
|-
| haproxy || 503 Service Unavailable ||
| haproxy || 503 Service Unavailable ||

2019년 6월 17일 (월) 00:56 판

1 개요

Kubernetes Ingress HTTP 50X error code
쿠버네티스 인그레스 HTTP 50X 오류 코드
nginx 502 Bad Gateway
  • curl: (7) Failed to connect to SERVICE port 80: Connection refused
nginx 503 Service Temporarily Unavailable
haproxy 503 Service Unavailable
  • 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 }}