View on GitHub

docker-devbox

[DEV] Docker stacks to quickly setup a dev environment and test some tools.

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"