18 Apr 2019
12:54 PM
- last edited on
04 Sep 2023
10:19 AM
by
MaciejNeumann
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
Solved! Go to Solution.
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.
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 🙂