EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Gets the Kubernetes ID for the Replica Set that owns the Pod (specified by Pod ID).If this pod is not controlled by any Replica Set, returns an empty string.
The k8s Replica Set ID wich controls the Pod with the Pod ID.
Variable | Type | Description |
---|---|---|
pod_id | STRING | The Pod ID of the Pod to get the Replica Set ID for. |
df.replicaset_id = px.pod_id_to_replicaset_id(df.pod_id)