ydb-platform / nbs

Network Block Store
Apache License 2.0
52 stars 21 forks source link

[NBS] Implement CSI driver for NBS #101

Closed sanek325 closed 2 months ago

sanek325 commented 8 months ago

DoD:

sanek325 commented 6 months ago

Implemented prototype. Kubectl can run a pod with a container, and CSI driver forward a vhost unix socket to this container for qemu running (for kubevirt). Also Kubectl can run a pod with a container, and CSI driver attach NBS-volume to container as nbd device (for infrakuber).

https://github.com/ydb-platform/nbs/pull/455

sanek325 commented 6 months ago

Next steps: