Skip to main content
Amazon EKS workloads emit pod logs and application telemetry, while the kubelet exposes node, pod, container, and volume metrics. Control-plane logs are written to CloudWatch by AWS. ADOT — deploy the Collector as a DaemonSet on EC2 node groups to collect pod logs, kubelet metrics, and application telemetry. On Fargate, use a per-pod sidecar because DaemonSets cannot run there. See Kubernetes logs and metrics for the kubelet preset and RBAC requirements.

Alternatives

See Ingesting AWS Data into Bronto for the full service-to-method mapping.

References