cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Terraform OneAgent Operator

kaefferlein
Contributor

Hi,

we are currently using terraform to describe our infrastructure and k8 cluster within google cloud.

Now we want to use the OneAgent operator and it would be great if we could use terraform here as well.

Has anyone already done this and could give me a hint on how to do this?

Thanks a lot,
Anna


3 REPLIES 3

rodrigo_alvare1
Dynatrace Champion
Dynatrace Champion

Hello,

As far as I know there is no Dynatrace official script to perform a OneAgent Deployment using terraform.

In github you can find some projects around this topic, for example

Sample terraform module for deploying Dynatrace OneAgent using IBM Cloud Automation Manager


Regards


Hi,


this one does not help me unfortunately.

Because the operator pods require a kubeconfig and for this I need some help. But maybe this is more of a terraform / operator issue here.


kaefferlein
Contributor

Just wanted to let you know that we were able to deploy the oneagent operator via terraform 🙂

Just creating all resources via terraform if possible or for the custom resource via local-exec and kubectl apply.


The kubeconfig issue was solved by simply writing a local file 🙂


So issue can be closed here 🙂


Featured Posts