Introduction
Hostdisk Container Storage Interface Driver (CSI) allows kubernetes to access filesystems available on Kubernetes nodes.
- Supported access modes:
ReadWriteOnce
,ReadWriteOncePod
. - Static provisioning only
HostDisk Manager runs alongside Hostdisk CSI driver and automatically detects unformatted disks on host machines it's running on, makes it possible to format them to desired filesystem and creates persistent volumes utilizing these disks.