Kubernetes has pretty extensive volume and volume mounting support (many different volume types, subpaths, mounting single files).
Can the same be achieved with GCE VMs?
Update: I have some Kubernetes workflow that uses NFS and GCE PD volumes. Suppose I want to run the same workflow without Kubernetes (by just starting GCE VMs). What volume-related features will I lose/keep?
Some examples of features:
- Having the same volume shared between multiple producer Pods/VMs.
- Mounting single files into container/VM (as opposed to mounting directories only).