Kubeflow v1.6.0 에서 진행 Jupyter notebook 생성 시 [Add Existing Volume] 옵션을 통해 기존에 존재하던 Persistant Volume을 binding 시켰었다. 하지만, pipeline component를 작성 후 pipeline을 run할 시에는 해당 PV를 사용할 수가 없다. 그 이유는 component는 독립적인 container로 관리하기 때문이다. 자세한 내용은 다음 초반 글의 그림을 참고 [MLOps] Kubeflow pipeline handling (1) : pipeline 개념 및 기본 진행 방법 Kubeflow Pipeline Kubeflow pipeline이란, ML workflow를 생성할 수 있는 kubeflow compoenent를 말한..