Open styk-tv opened 7 years ago
we need to be able to have persistant shared volumes available on ALL the nodes in the cluster across all clusters
we will use Core as NFS server
all other nodes are clients
kubernetes nfs provisioner as described here - https://github.com/kubernetes-incubator/external-storage/tree/master/nfs
let's start with 10GB persistent volume, then other pods will be able to use it dynamically as required.
nfs server storage to be on core in folder /opt/nfsstorage/
/opt/nfsstorage/
we need to be able to have persistant shared volumes available on ALL the nodes in the cluster across all clusters
we will use Core as NFS server
all other nodes are clients
kubernetes nfs provisioner as described here - https://github.com/kubernetes-incubator/external-storage/tree/master/nfs
let's start with 10GB persistent volume, then other pods will be able to use it dynamically as required.