I'm trying to find all containers that does not have any resources spec in the cluster and make an alert for that.
Now I'm thinking about use all container and pod label in kube_pod_container_info query and do an absent query for kube_pod_container_resource_requests,but dont know how to achieve that.