Knowledge Base
3.5.0
Search this version
Knowledge Base
Knowledge Base
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
How to Enable NFS scanning on Kubernetes Cluster?
Copy Markdown
Open in ChatGPT
Open in Claude
In order to scan an NFS share when having MDSS deployed in a Kubernetes cluster, the share location has to be mounted in the nfsservice container as a directory in the following path: /opt/mdss/nfs/ . For example, the following values file can be applied when deploying MDSS using the helm chart.
YAML
mdss_components: nfsservice: extraVolumes: nfsTest: name: nfs-storage-unit nfs: server: <NFS_SERVER_IP> path: <PATH_EXPORTED_ON_SERVER> readOnly: no extraVolumeMounts: - name: nfs-storage-unit mountPath: /opt/mdss/nfs/<MOUNT_DIRECTORY> subPath: <SUBPATH_TO_SCAN>This example file can also be found on our GitHub repo for k8s deployments here
After replacing the placeholders, these values can be applied when deploying MDSS:
Bash
helm install mdss <PATH_TO_HELM_CHART> -f mdss-nfs-example.ymlNotes:
- Any storage unit that can be mounted as a Persistent Volume in the container can also have it's contents scanned using the NFS module
- Make sure that the share is mounted with the appropriate permissions, for example, whenever remediations or CDR are configured write permissions are also required
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
[Linux] How to Add SMB Sharing as a NFS Storage Unit?Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message
