idaholab / Malcolm

Malcolm is a powerful, easily deployable network traffic analysis tool suite for full packet capture artifacts (PCAP files), Zeek logs and Suricata alerts.
https://idaholab.github.io/Malcolm/
Other
327 stars 53 forks source link

Vagrant nfs server additions #468

Closed scott-jeffery closed 1 month ago

scott-jeffery commented 2 months ago

Added ./kubernetes/vagrant/Vagrantfile_NFS_Server.example to automatically build an NFS server for persistent storage along with the server and agent nodes.

Added ./kubernetes/01-volumes-vagrant-nfs-server.yml.example file pointing persistent volumes to the Vagrant NFS server.

Modified ./docs/kubernetes.md to explain using the new 01-volumes-vagrant-nfs-server.yml example and Vagrantfile_NFS_Server.example files.

mmguero commented 2 months ago

Thanks, I will take a look at this next week.