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.
18 Apr 2019 03:31 PM
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
30 Apr 2019 10:03 AM
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.
20 Aug 2019 08:12 AM
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 🙂
17 Jul 2024 03:29 PM
@kaefferlein can you share the references you use to do this?
Thanks, regards