EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Get the status of the container given the container ID. The status is the K8s state of either 'Running', 'Waiting', 'Terminated' or 'Unknown'. It may be paired with additional information such as a message and reason explaining why the container is in that state.
The status of the container.
Variable | Type | Description |
---|---|---|
id | STRING | The ID of the container to get the status of. |
df.status = px.container_id_to_status(df.id)