14 Jan 2026 10:50 AM
Hello,
To make it simple to run an extension but not activating the full stack OA in K8,
Is this possible by simply modifying the Full-Stack dynakube.yaml to run OA in infra or am I missing something?
KR Henk
Solved! Go to Solution.
14 Jan 2026 11:54 AM
Could it be that the oneAgent simply runs in a POD on the HOSTS already in infra mode?
14 Jan 2026 02:36 PM - edited 14 Jan 2026 04:52 PM
Hi,
You can enable only enable kubernetes-monitoring since it provides already infra metrics.
Or checking Host monitoring deployment.
Best regards
14 Jan 2026 02:39 PM
Hello Anton,
Great remark, I will use your advise and only implement the K8 monitoring!
Thx Henk
15 Jan 2026 02:09 AM
As per the accepted solution:
Only use host if you really need to monitor the nodes and wanting some extra node level metrics & you are not using bottlerocket. Otherwise, kube only monitoring is more than sufficient, you still get high level node metrics, events and taints.
Example of how to implement the operator below
Host:
dynatrace-operator/assets/samples/dynakube/v1beta5/hostMonitoring.yaml at main · Dynatrace/dynatrace...
K8s:
dynatrace-operator/assets/samples/dynakube/v1beta5/kubernetesObservability.yaml at main · Dynatrace/...
Featured Posts