08 Oct 2019
08:59 PM
- last edited on
19 Dec 2022
12:56 PM
by
MaciejNeumann
I've deployed the Dynatrace OneAgent operator to a few kubernetes clusters and connected each cluster (via Settings > Cloud and Virtualization > Kubernetes). After restarting workloads the applications and nodes are starting to show up in Dynatrace. However, I'm seeing a lot of transactions end in "Requests to unmonitored hosts". Looking at these requests, most of them appear to be pod to pod calls inside kubernetes via services.
For example, I have a go application running that doesn't seem to register any requests, but it's service endpoint IP is in the unmonitored host list. Request topology looks like this:
AWS NLB -> AWS NLB Target Group -> NodePort Service -> nginx Ingress pod -> service -> application pod
Is this a misconfiguration on my end or is this a limitation with the current kubernetes support?
09 Oct 2019
07:29 AM
- last edited on
16 Oct 2023
03:37 PM
by
random_user
15 Jun 2020 04:35 PM
We are also facing the same problem. Is there any chance we see an update to correctly handle Kubernetes service calls?