"K8s startupProbe"의 두 판 사이의 차이

33번째 줄: 33번째 줄:


==같이 보기==
==같이 보기==
* [[k8s Probe]]
* [[k8s livenessProbe]]
* [[k8s livenessProbe]]
* [[k8s initialDelaySeconds]]
* [[k8s initialDelaySeconds]]

2022년 2월 13일 (일) 16:13 판

1 개요

K8s startupProbe
startupProbe:
  httpGet:
    path: /healthz
    port: liveness-port
  failureThreshold: 30
  periodSeconds: 10
startupProbe:
  httpGet:
    httpHeaders:
      - name: User-Agent
        value: MyUserAgent
startupProbe:
  httpGet:
    httpHeaders:
      - name: User-Agent
        value: ""
startupProbe:
  httpGet:
    httpHeaders:
      - name: User-Agent
        value: ""

2 같이 보기

3 참고

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