We run the Kubernetes cluster in AWS, and we collect metrics in the DataDog using the dd-agent DaemonSet.
We have a Pod displayed in our metrics marked as "no_pod" and it uses a lot of resources, Memory / CPU / NetworkTx / NetworkRX.
Is there any explanation for what a pod is, how can I find it, kill it, restart it, etc.
I found the dd-agent source code , which seems to define the label "no_pod", but I canβt understand why it is, where it comes from and how I can find it through kubectl, etc.

source share