EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Gets the Kubernetes Replica Set Name for the process with the given Unique Process ID (UPID). If the given process doesn't have an associated Kubernetes Replica Set, this function returns an empty string
The Kubernetes Replica Set Name for the UPID passed in.
Variable | Type | Description |
---|---|---|
upid | UINT128 | The UPID of the process to get the service name for. |
df.replica_set_name = px.upid_to_replicaset_name(df.upid)