Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 652 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 652 Bytes

nfs-demo

Illustrates the use of a "nfs" storage class providing ReadWriteMany support.

How it works?

Usage with Kubernetes

# Deploy nfs-demo
bash nfs-demo/k8s-install.sh

# Test service
kubectl -n nfs-demo run --rm -ti busybox --image=busybox --restart=Never -- /bin/sh -c "wget -q -O- http://nfs-demo"