Configuring storage
|
Understanding supported storage protocols and requirements
Eclipse Che workspaces require storage with volumeMode: FileSystem because the development environment is designed to store project files, code, and configurations in a standard, hierarchical directory structure (such as /projects). While Network File System (NFS) is one of the few protocols that natively supports the necessary ReadWriteMany (RWX) access mode for running concurrent workspaces (the Per-User strategy), standard Kubernetes NFS provisioning presents certain operational challenges:
To overcome these stability and quota issues, it is recommended to use certified clustered or managed storage solutions that provide robust CSI drivers. These solutions use the NFS protocol but enforce enterprise-grade features, including strict quota enforcement and high-performance RWX file access, ensuring reliable operation for the Per-User strategy. Examples include community-supported distributed storage projects or third-party CSI drivers offered by most cloud providers. |