EXPAND ALL
  • Home

pod_id_to_node_name

Gets the Kubernetes name for the node that the Pod (specified by Pod ID) is running on.

Returns: STRING

The k8s node name for the Pod ID passed in.

Arguments

VariableTypeDescription
pod_idSTRINGThe Pod ID of the Pod to get the node name for.

Examples:

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