Categorygithub.com/pintohutch/podresources-monitoring
repositorypackage
0.0.0-20250124211353-9f63f12c152e
Repository: https://github.com/pintohutch/podresources-monitoring.git
Documentation: pkg.go.dev

# 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