Skip to content

Support request for Kubernetes PersistentVolumeClaims #5

@insatomcat

Description

@insatomcat

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions