This helm chart can be used to deploy a standalone daemon for AWS X-Ray on EKS Fargate.
- You'll need to create a service account called
aws-xray
. - This IAM role works well:
arn:aws:iam::aws:policy/AWSXRayDaemonWriteAccess
- You will have to update the value for
eks.amazonaws.com/role-arn
.
Once this is deployed, you can set the AWS_XRAY_DAEMON_ADDRESS
to aws-xray:2000
in your other pods.