Config and Storage Resources


    Secret holds secret data of a certain type.

    Volume represents a named volume in a pod that may be accessed by any container in the pod.

    PersistentVolume (PV) is a storage resource provisioned by an administrator.

    StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned.

    CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster.

    CSINode holds information about all CSI drivers installed on a node.