Deploying the Side-Eye agent in Kubernetes

Deploying the Side-Eye agent in Kubernetes #

Prerequisites #

  • A Kubernetes cluster
  • kubectl CLI
  • helm CLI hooked up to that cluster

Install the Side-Eye agent as a DaemonSet via Helm #

Create a secret with your Side-Eye API token #

kubectl create secret generic side-eye-agent-token --from-literal=token=<your-api-token>

Install the Helm chart #

helm install side-eye \
  oci://us-docker.pkg.dev/data-ex-machina/side-eye-agent-helm/side-eye-agent \
  --set environment=<your-environment-name>