# README
podresources-monitoring
A basic go program to poll the local podresources API and log device info for any assigned containers by the kubelet.
Deploy
Simply apply the DaemonSet manifest to ensure an instance is running on every node.
kubectl apply -f daemonset.yaml
Then view the logs to debug assigned devices by container.
kubectl logs -f ds/podresources-monitoring