I am looking to understand if anyone can guide me on how to install Datadog agents on my AWS EKS cluster as pods. I am able to complete my requirement by using kubectl commands.
But here I am looking for a possible solution to do the same work from Terraform script or if someone can suggest any other automated way to deploy Datadog agents on my eks cluster.
The Helm Provider for Terraform can be used to deploy packages to Kubernetes. This GitHub issue contains an example how to use it to deploy the Datadog agent: