container-storage-interface / spec

Container Storage Interface (CSI) Specification.
Apache License 2.0
1.34k stars 373 forks source link

Flesh out Architecture section, provide example of "local" storage (e.g. vfs) #344

Open jdef opened 5 years ago

jdef commented 5 years ago

Deploying a controller+node service across every node in the cluster is a valid approach for supporting local storage via CSI. This should be called out more clearly in the specification as a valid architecture. It's come up in several past conversations and has surprised some folks.