Installation
Learn how to deploy Bunkr agents anywhere.
Docker
We recommend using docker to run Bunkr agents:
docker pull bunkr/agent:latest
docker run --rm -it bunkr/agent:latest help
Helm
We support Kubernetes Helm charts by providing our own chart repository. In order to be able to execute the following steps, you need to install helm CLI.
Start by adding Bunkr's charts repository:
helm repo add bunkr-charts https://bunkr-io.github.io/bunkr-helm-charts/
Last updated
Was this helpful?