OSDFIR Infrastructure simplifies the deployment and integration of Open Source Digital Forensics tools to Kubernetes clusters (local or cloud) using Helm.
Currently, OSDFIR Infrastructure supports the deployment and integration of the following tools:
To get started, ensure you have Helm installed and are authenticated to your Kubernetes cluster.
Once complete, add the repo containing the Helm charts as follows:
helm repo add osdfir-charts https://google.github.io/osdfir-infrastructure
If you had already added this repo earlier, run helm repo update to retrieve
the latest versions of the packages. You can then run helm search repo osdfir-charts
to see the available charts.
To install the OSDFIR Infrastructure chart using a release name of my-release:
helm install my-release osdfir-charts/osdfir-infrastructure
Note: The default configuration of the Helm chart installs it within your cluster for internal access. To enable external access, follow the instructions provided in the Helm chart’s README.
To uninstall the chart:
helm uninstall my-release
Please refer to the links below for more details on configuring OSDFIR Infrastructure, and accessing helpful guides.
This is not an official Google product (experimental or otherwise), it is just code that happens to be owned by Google.