We use Kubernetes Jobs for a lot of batch computing here and I\'d like to instrument each Job with a monitoring sidecar to update a centralized tracking system
You can use the downward api to figure out your own podname from within the sidecar, and then retrieving your own pod from the apiserver to lookup exist status. Let me know how this goes.