cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ryan_korteway
Dynatrace Participant
Dynatrace Participant

Getting started

This Partial Self-Service guide is to help identify potential blockers to deeply monitoring pod contained apps within kubernetes clusters.

Troubleshooting Pod Injections

Step 1 - Validate Namespace

The first step of Pod injection is Labels being added to application namespaces and so Troubleshooting Step 1 - is validating namespace Labels:

kubectl describe namespace <application namespace>

look for the label: dynakube.internal.dynatrace.com/instance

 

C:\Users\ryan.korteway>kubectl describe ns default
Name:         default
Labels:       dynakube.internal.dynatrace.com/instance=sup-enablement-k8s-cnfs
Annotations:  <none>
Status:       Active

 

If you DO see this label but no deep monitoring data, move on to step 2. 

If you do NOT see this label then,

Additionally you can validate Namespace Labels within containerized process properties and tags dropdowns / pop out menus within the Dynatrace UI: 

alternative sensoring.png

Version history
Last update:
‎16 Dec 2024 06:00 PM
Updated by: