NFS CSI Driver for Kubernetes

July 2, 2026 ยท View on GitHub

build status Coverage Status Artifact Hub

About

This driver allows Kubernetes to access NFS server. The driver requires an existing and already configured NFSv3 or NFSv4 server. It supports dynamic provisioning of Persistent Volumes via Persistent Volume Claims by creating a new sub directory under the NFS server.

  • CSI plugin name: nfs.csi.k8s.io
  • Project status: GA

Container Images & Kubernetes Compatibility

Driver VersionSupported K8s VersionStatus
master branch1.21+GA
v4.13.41.21+GA
v4.12.11.21+GA
v4.11.01.21+GA

Driver Parameters

Please refer to nfs.csi.k8s.io driver parameters.

Installation

Install the driver on a Kubernetes cluster:

You can also install NFS CSI driver on MicroK8s.

Examples

Troubleshooting

Development

Please refer to the development guide.

CI Results

Community, Discussion, Contribution, and Support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Code of Conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.