"K8s 컨테이너 프로브"의 두 판 사이의 차이

 
(같은 사용자의 중간 판 6개는 보이지 않습니다)
4번째 줄: 4번째 줄:


==종류==
==종류==
;점검 목적
* [[k8s LivenessProbe|LivenessProbe]]
* [[k8s LivenessProbe|LivenessProbe]]
* [[k8s ReadinessProbe|ReadinessProbe]]
* [[k8s ReadinessProbe|ReadinessProbe]]
* [[k8s StartupProbe|StartupProbe]]
* [[k8s StartupProbe|StartupProbe]]
;점검 프로토콜
* [[k8s command 프로브|command 프로브]]
* [[k8s TCP 프로브|TCP 프로브]]
* [[k8s HTTP 프로브|HTTP 프로브]]
* [[k8s gRPC 프로브|gRPC 프로브]]


==설정==
==설정==
* [[k8s periodSeconds|periodSeconds]]
{| class='wikitable'
* [[k8s timeoutSeconds|timeoutSeconds]]
! 설정 !! 기본값 !! 최소값
* [[k8s successThreshold|successThreshold]]
|-
* [[k8s initialDelaySeconds|initialDelaySeconds]]
| [[k8s initialDelaySeconds|initialDelaySeconds]] || 0 || 0
|-
| [[k8s periodSeconds|periodSeconds]] || 10 || 1
|-
| [[k8s timeoutSeconds|timeoutSeconds]] || 1 || 1
|-
| [[k8s successThreshold|successThreshold]] || 1 || 1
|-
| [[k8s failureThreshold|failureThreshold]] || 3 || 1
|}
 
==같이 보기==
* [[k8s 컨테이너]]
 
==참고==
* https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes


[[분류: k8s Probe]]
[[분류: k8s Probe]]

2022년 2월 13일 (일) 16:41 기준 최신판

1 개요[ | ]

k8s Probe, k8s Container Probe
k8s 프로브, k8s 컨테이너 프로브

2 종류[ | ]

점검 목적
점검 프로토콜

3 설정[ | ]

설정 기본값 최소값
initialDelaySeconds 0 0
periodSeconds 10 1
timeoutSeconds 1 1
successThreshold 1 1
failureThreshold 3 1

4 같이 보기[ | ]

5 참고[ | ]

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