Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

nfs-demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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"