EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Gets the Kubernetes name for the node that the Pod (specified by Pod ID) is running on.
The k8s node name for the Pod ID passed in.
Variable | Type | Description |
---|---|---|
pod_id | STRING | The Pod ID of the Pod to get the node name for. |
df.node_name = px.pod_id_to_node_name(df.pod_id)