pvc 운영1 [따배쿠CKA]20. Persistent Volume Clame 을 사용하는 Pod 운영 [k8s docs: pvc -> claims as] *PVC 란? : 다양한 형태의 PV 가 준비가 되어 있으면 쿠버네티스는 가장 적절한 PVC 로 Bound 해준다. 그리고 이 PVC 를 마운트해서 파드에서 사용한다. Q. Cluster: kubectl config use-context k8s Create a new Persistent Volume Clame : - Name: app-volume - StorageClass: app-hostpath-sc - Capacity: 10Mi Create a new Pod which mounts hte Persistent Volume Clame as a volume - Name: web-server-pod - Image: nginx - MountPath: /usr.. 2022. 8. 12. 이전 1 다음