apiVersion: v1
kind: Pod
metadata:
name: busybox
labels:
app: busybox
spec:
volumes:
- name: nfs-hostpath
hostPath:
path: /nfs [실제 nfs가 mount 된 경로]
containers:
- image: busybox
imagePullPolicy: IfNotPresent
name: busybox
volumeMounts:
- mountPath: /var/www/html [Pod 경로]
name: nfs-hostpath
'Cloud > Kubernetes' 카테고리의 다른 글
Ceph Dashboard 접근하기 (2) | 2020.02.25 |
---|---|
NFS를 볼륨으로 사용하는 Pod 만들기 (2) (0) | 2020.02.11 |
ceph osd 생성 안될 때 (0) | 2020.01.09 |
Kubevirt 사용 시 operator pod만 뜰 때 (0) | 2020.01.07 |
Persistent Volume과 Persistent Volume Claim (0) | 2019.12.19 |