03 Jan 2024 07:53 AM
Happy new year, I have a question. I have a k8s deployment in Monitoring only and I have checked that some instances appear in the Host tab with the following message
You are running in app-only mode. This host page contains information collected by the special agent running inside the container. Please deploy the OneAgent in full stack mode for full visibility into your Kubernetes topology.
I don't want anything to be installed in those pods. I think it must be configured from the Setting - Containers tab, but I can't find the answer.
Many thanks
Solved! Go to Solution.
07 Feb 2024 04:53 PM
Hey Duran,
If you are not wanting anything injected into your PODs, I would suggest looking into Host Monitoring mode https://docs.dynatrace.com/docs/setup-and-configuration/setup-on-k8s/how-it-works#host
This does come with some limitations, but should achieve what you are looking for. Here is the corresponding YAML: https://github.com/Dynatrace/dynatrace-operator/blob/main/assets/samples/dynakube/hostMonitoring.yam...