You can access the Kubernetes API to retrieve information about your node where your pod is running.
kubectl get node <node name> -o json
By running the command you'll be able to see the NodeInfo on the lower part such as NodeID
, bootID
, machineID
, systemUUID,
etc.