Skip to main content
The recommended way to integrate your k8s cluster with is via the DRD Proxy Agent.

Using DRD Agent [Recommended]

The fastest and easiest way to integrate is to install the DRD agent in your cluster using the proxy token from the platform. Here are the steps to do this: — Clone the DRD Agent repository from github (https://github.com/DrDroidLab/drd-vpc-agent) — Make sure you are pointing to the right k8s cluster in the kubeconfig. Run the following commands:
./deploy_k8s.sh <API_TOKEN>
  • Post the helm installation, you should see the status as Active for the proxy token you used.
  • You should also start seeing the cluster registered with us in the Integrations page.
After this, you can run commands on your k8s cluster from DrDroid for standalone and as part of investigations. Go to the Home Page, click on ‘DroidAgent’ and type this Get all pods from default namespace in my k8s cluster and you should get the output.

Other methods

Using cloud provider credentials (for managed k8s clusters)

DrDroid allows you to provide IAM credentials from your cloud provider that have been authorised to run kubectl commands in your cluster. Here are details for different cloud providers.
I