April 2018
Intermediate to advanced
468 pages
14h 34m
English
Finally, in the pod spec's volumes section, provide the following information:
"volumes": [ { "name": "glusterfsvol", "glusterfs": { "endpoints": "glusterfs-cluster", "path": "kube_vol", "readOnly": true } } ]
The containers can then mount glusterfsvol by name.
The endpoints tell the GlusterFS volume plugin how to find the storage nodes of the GlusterFS cluster.
Read now
Unlock full access