PVC (1) 썸네일형 리스트형 [Kubernetes] Application 기능으로 이해하기 - PV/PVC - PV : Persistence Volume- PVC : Persistence Volume Claim > 1~4 local 동작확인// 1번 API - 파일 생성http://192.168.56.30:31231/create-file-podhttp://192.168.56.30:31231/create-file-pv// 2번 - Container 임시 폴더 확인[root@k8s-master ~]# kubectl exec -n anotherclass-123 -it -- ls /usr/src/myapp/tmp// 2번 - Container 영구저장 폴더 확인[root@k8s-master ~]# kubectl exec -n anotherclass-123 -it -- ls /usr/src/myapp/files/.. 이전 1 다음