EKS

Datree installation alternatives
If you're working with EKS, you can install Datree in additional ways:
- Via the AWS marketplace.
- As an EKS addon:
- Log into your AWS account and navigate to the EKS console.
- Select your cluster and click on the
Add-onstab. - Click on
Get more add-ons, search forDatreeand select it.
Set your Datree token
When using EKS, use the following command to set your Datree token (replace <YOUR_TOKEN> with your token):
kubectl get deployment datree-webhook-server -n datree -o yaml | yq '(.spec.template.spec.containers[].env[] | select(.name=="DATREE_TOKEN")) |= .value="<YOUR_TOKEN>"' | kubectl replace -f -