# kubernetes-sigs/nfs-subdir-external-provisioner

Dynamic sub-dir volume provisioner on a remote NFS server.

Repository: https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner
Canonical: https://ross.abutalabs.com/products/nfs-subdir-external-provisioner
Language: Shell
License: Apache-2.0
License Family: permissive
Topics: k8s-sig-storage
Last push: 2026-03-31T17:50:19+00:00

## Health v2 (maintenance only)
Score: 57/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 75, release rhythm 8, longevity 100
- inputs: {"age_days": 2352, "days_push": 155, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3039, forks 834 (observed 2026-08-28T04:07:39.215519+00:00)

## What it is
A Kubernetes dynamic volume provisioner that automatically creates Persistent Volumes on an existing NFS server, placing each volume in a subdirectory named after the namespace, PVC, and PV. It deploys via Helm or Kustomize and is maintained under kubernetes-sigs.

## Use cases
- dynamically provision persistent volumes from an existing nfs server in kubernetes
- auto-create subdirectories per pvc on nfs storage
- replace manual pv creation with pvc-based provisioning
- deploy nfs storage provisioner with helm
- give stateful workloads shared nfs-backed storage in a cluster

## When to choose
- you already run an NFS server and want dynamic PVC-based provisioning in Kubernetes
- you want per-claim subdirectories on a shared NFS export
- you prefer a simple Helm/Kustomize deployment over a full CSI driver

## When to avoid
- you need a full CSI driver with advanced features like snapshots, expansion, or access controls
- you have no existing NFS server to point at
- you need block storage or local-disk performance rather than shared network file storage

## Facets
- artifact type: service
- maturity: active
- function: deployment, configuration-management
- domain: self-hosted, infrastructure-as-code
- platform: self-hosted
- tags: kubernetes, nfs, persistent-volumes, storage, helm-chart, csi, dynamic-provisioning, k8s-sig-storage, storage-provisioning, containers, devops, docker, linux

## Member repositories
- kubernetes-sigs/nfs-subdir-external-provisioner (main) score 57

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:39.215519+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:29:16.001016+00:00, confidence not recorded.
  - readme: https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner (fetched 2026-08-28T04:07:39.215519+00:00, sha 13b76c30d154)
- Data as of 2026-08-30T08:39:29.467469+00:00.
