Kubernetes CSI

Results 20 repositories owned by Kubernetes CSI

csi-driver-smb

447
Stars
124
Forks
Watchers

This driver allows Kubernetes to access SMB Server on both Linux and Windows nodes.

csi-driver-nfs

741
Stars
233
Forks
Watchers

This driver allows Kubernetes to access NFS server on Linux node.

csi-driver-host-path

297
Stars
195
Forks
Watchers

A sample (non-production) CSI Driver that creates a local directory as a volume on a single node

docs

138
Stars
240
Forks
Watchers

Documentation for CSI integration with Kubernetes

external-attacher

156
Stars
172
Forks
Watchers

Sidecar container that watches Kubernetes VolumeAttachment objects and triggers ControllerPublish/Unpublish against a CSI endpoint

external-provisioner

325
Stars
312
Forks
Watchers

Sidecar container that watches Kubernetes PersistentVolumeClaim objects and triggers CreateVolume/DeleteVolume against a CSI endpoint

external-snapshotter

444
Stars
355
Forks
Watchers

Sidecar container that watches Kubernetes Snapshot CRD objects and triggers CreateSnapshot/DeleteSnapshot against a CSI endpoint.

external-resizer

117
Stars
115
Forks
Watchers

Sidecar container that watches Kubernetes PersistentVolumeClaims objects and triggers controller side expansion operation against a CSI endpoint

node-driver-registrar

123
Stars
130
Forks
Watchers

Sidecar container that registers a CSI driver with the kubelet using the kubelet plugin registration mechanism.