EXPAND ALL
  • Home

upid_to_pod_id

Gets the Kubernetes pod ID for the pod the process with the given Unique Process ID (UPID) is running on. If the UPID has no associated Kubernetes Pod, this function will return an empty string.

Returns: STRING

The k8s pod ID for the UPID passed in.

Arguments

VariableTypeDescription
upidUINT128The UPID of the process to get the pod ID for.

Examples:

df.pod_id = px.upid_to_pod_id(df.upid)
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.