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

3번째 줄: 3번째 줄:
;쿠버네티스 인그레스 HTTP 50X 오류 코드
;쿠버네티스 인그레스 HTTP 50X 오류 코드
{| class='wikitable'
{| class='wikitable'
| 502 Bad Gateway ||
|-
| nginx || 502 Bad Gateway ||
* curl: (7) Failed to connect to SERVICE port 80: Connection refused
* curl: (7) Failed to connect to SERVICE port 80: Connection refused
|-
|-
| 503 Service Temporarily Unavailable ||
| nginx || 503 Service Temporarily Unavailable (nginx)
|
* No server is available to handle this request.
|-
| haproxy || 503 Service Unavailable ||
* No server is available to handle this request.
|-
|-
| NET::ERR_CERT_AUTHORITY_INVALID ||  
| nginx || NET::ERR_CERT_AUTHORITY_INVALID ||  
|-
|-
| ERR_TIMED_OUT ||
| nginx || ERR_TIMED_OUT ||
|}
|}



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 (nginx)
  • No server is available to handle this request.
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 }}