I am new to Kubernetes. Suppose I have 1 master and 2 worker nodes in my cluster(3 aws instance). How to create one persistent volume, in which all the existing nodes can access the files from this location, also without using aws volume features.
Is this possible using NFS? I have done some examples using NFS,but they are not working as expected. Please provide some examples.
Thanks in advance
Comments
Post a Comment