Skip to main content
The container image runs as a standard Deployment on EKS, AKS, GKE or an on-premises cluster. Before you start, you need the image and enrolled configuration described in Run with Docker.

Reference manifest

Keep replicas: 1 and the Recreate strategy. To scale out, add another Deployment for each additional Collector.

Secrets on your platform

The configuration contains the Collector’s HMAC key, so mount it from a Secret (as above) or from a Secrets Store CSI driver backed by your cloud key vault. Never put it in a plain ConfigMap.
Use IAM Roles for Service Accounts with the Secrets Store CSI driver and AWS Secrets Manager.