EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Converts the Kubernetes service ID to the cluster IP of the service. If either the service ID or IP is not found in our mapping, then returns an empty string.
The cluster IP or an empty string.
Variable | Type | Description |
---|---|---|
service_id | STRING | The service ID to get the service name for. |
df.cluster_ip = px.service_id_to_cluster_ip(df.service_id)