Network Attached Storage (NAS)
NAS via Host Path
apiVersion: k8s-operator.alluxio.com/v1
kind: AlluxioCluster
spec:
hostPaths:
coordinator:
/mnt/nas: /ufs/data
worker:
/mnt/nas: /ufs/data
fuse:
/mnt/nas: /ufs/dataapiVersion: k8s-operator.alluxio.com/v1
kind: UnderFileSystem
metadata:
name: alluxio-nas
namespace: alx-ns
spec:
alluxioCluster: alluxio-cluster
path: file:///ufs/data
mountPath: /nasNAS via NFS
Prerequisites
Basic Configuration
Advanced Configuration
1. Adjusting the buffer size for reading data from NAS
2. Setting the response size limit for directory listing operations (ls)
Last updated