pod-definition.yml 정의
apiVersion: v1
kind: Pod
metadata:
name: myapp-pod
labels:
app: myapp
spec:
containers:
- name: nginx-container
image: nginx
pod 띄우기
728x90
'Kubernetes' 카테고리의 다른 글
[k8s] yaml 정의 파일 빠르게 템플릿 생성 (0) | 2024.07.31 |
---|---|
[k8s] kubectl, minikube 세팅 (0) | 2024.07.18 |
[k8s] Kubernetes Architecture (0) | 2024.07.08 |
[k8s] 쿠버네티스를 위한 yaml 유효성 검사 세팅 (0) | 2024.06.11 |
[k8s] hostPath와 emptyDir의 차이점 (0) | 2024.06.10 |
댓글