Amazon Distro for OpenTelemetry (ADOT) prerequisites and considerations
Before installing the Amazon Distro for OpenTelemetry (ADOT) add-on, you must meet the following prerequisites and considerations.
-
Connected clusters can't use this add-on.
-
Meet the TLS certificate requirement to ensure end-to-end encryption.
-
If installing an add-on version that is
v0.62.1
or earlier, grant permissions to Amazon EKS add-ons to install ADOT.kubectl apply -f https://amazon-eks.s3.amazonaws.com/docs/addons-otel-permissions.yaml
TLS certificate requirement
The ADOT Operator uses admission
webhookscert-manager
cert-manager
generates a
self-signed certificate.
For more information
on installing cert-manager
, see kubectl
applycert-manager
Documentation.