Bunkr
  • What is Bunkr
  • Getting Started
    • Start Exploring
    • Quick Start
  • Organizations
    • What is an organization?
    • Create an organization
    • Collaboration
      • Member Roles
    • Settings
  • Agents
    • What is an agent?
    • Installation
  • Pricing
    • Free Trial
    • Plans
  • Resources
    • Use Cases
      • Storage Routing
      • High-Availability
    • FAQ
Powered by GitBook
On this page
  • Docker
  • Helm

Was this helpful?

  1. Agents

Installation

Learn how to deploy Bunkr agents anywhere.

PreviousWhat is an agent?NextFree Trial

Last updated 5 years ago

Was this helpful?

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 . In order to be able to execute the following steps, you need to CLI.

Start by adding Bunkr's charts repository:

helm repo add bunkr-charts https://bunkr-io.github.io/bunkr-helm-charts/

chart repository
install helm