Hello,
I looked at the code and it seems that containerproxy currently only supports kubernetes hostPath volumes.
Given that fabric8 seems to support PersistentVolumeClaims, I feel it might be a good idea to make containerproxy support them.
Indeed, hostPath volumes are not recommended in a production environnement (you never know on which host the pods are going to be running + the data mounted may be used by other applications) :
"In a production cluster, you would not use hostPath. Instead a cluster administrator would provision a network resource like a Google Compute Engine persistent disk, an NFS share, or an Amazon Elastic Block Store volume." (https://kubernetes.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/)
Thank you.
Hello,
I looked at the code and it seems that containerproxy currently only supports kubernetes hostPath volumes.
Given that fabric8 seems to support PersistentVolumeClaims, I feel it might be a good idea to make containerproxy support them.
Indeed, hostPath volumes are not recommended in a production environnement (you never know on which host the pods are going to be running + the data mounted may be used by other applications) :
"In a production cluster, you would not use hostPath. Instead a cluster administrator would provision a network resource like a Google Compute Engine persistent disk, an NFS share, or an Amazon Elastic Block Store volume." (https://kubernetes.io/docs/tasks/configure-pod-container/configure-persistent-volume-storage/)
Thank you.