EXPAND ALL
  • Home

pod_name_to_pod_id

Gets the kubernetes ID for the pod from its name.

Returns: STRING

The k8s pod ID for the pod name passed in.

Arguments

VariableTypeDescription
pod_nameSTRINGThe name of the pod to get the ID for.

Examples:

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