Prometheus query that I am running :
sum(rate(container_cpu_usage_seconds_total{container_name!="POD",pod!=""}[5m])) by (pod)
this gets me around 450m.
And kubectl top for that particular pod is 225m.
Am I missing something?
Prometheus query is always showing 2x usage.