EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Gets the Kubernetes status information for the pod with the given name. The status is a subset of the Kubernetes PodStatus object returned as JSON. The keys included are state, message, and reason. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#podstatus-v1-core for more info about this object.
The Kubernetes PodStatus for the Pod passed in.
Variable | Type | Description |
---|---|---|
pod_name | STRING | The name of the pod to get the PodStatus for. |
df.pod_status = px.pod_name_to_status(df.pod_name)