Skip to main content

Before you start

To complete this guide, you’ll need:

Set up the Helm repository

In this step, you’ll set up the Databunker Pro Helm repository so that you can download the latest Helm charts.
1

Add the Databunker Pro Helm repository

helm repo add databunkerpro https://securitybunker.github.io/databunkerpro-setup
2

Verify the repository was added

helm repo list
You’ll see the following output:
NAME            URL
databunkerpro   https://securitybunker.github.io/databunkerpro-setup
3

Download the latest Helm chart

helm repo update
You can find the Helm charts in the databunkerpro-setup repository.

Deploy Databunker Pro using Helm

1

Install the Databunker Helm chart

helm install databunkerpro databunkerpro/databunkerpro
2

Set up port forwarding

kubectl port-forward service/databunkerpro 3000:3000
For more information about port-forwarding in Kubernetes, see Use Port Forwarding to Access Applications in a Cluster.
3

Access the web interface

In your browser, open localhost:3000 to access the Databunker web interface.
4

Follow the instructions in web interface

For detailed instructions, see Generate admin credentials.