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