updated_at: 2025-06-19 14:59

Pod

  • 기본 실행 단위
  • 하나 이상의 컨테이너 그룹 (주로 하나)
  • 복제/관리 기능 없음
  • 테스트나 간단한 실행에 적합

예시

apiVersion: v1
kind: Pod
metadata:
  name: simple-pod
spec:
  containers:
    - name: nginx-container
      image: nginx:latest
      ports:
        - containerPort: 80

Table of contents 목차

평점을 남겨주세요
평점 : 2.5
총 투표수 : 1

질문 및 답글