쿠버네티스 PodSpec

Jmnote (토론 | 기여)님의 2023년 1월 25일 (수) 14:05 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

쿠버네티스 Pod Specification (PodSpec)
필드 설명
activeDeadlineSeconds
affinity Pod의 스케줄 제약 조건 → Pod Affinity Rules
automountServiceAccountToken
containers ★★ Pod에 속한 컨테이너 목록
dnsConfig
dnsPolicy
hostAliases
hostNetwork
imagePullSecrets Pod에서 사용하는 이미지를 가져오는 데 사용할, 동일 네임스페이스의 Secret에 대한 참조 목록(선택사항)
initContainers ★★ Pod에 속한 초기화 컨테이너 목록
nodeSelector ★★ Pod가 Node에 맞도록 true여야 하는 셀렉터
restartPolicy
schedulerName
serviceAccountName
terminationGracePeriodSeconds
tolerations ★★
topologySpreadConstraints
volumes ★★ Pod에 속한 컨테이너가 마운트할 수 있는 볼륨 목록

2 같이 보기[ | ]

3 참고[ | ]

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