EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Converts the Kubernetes service ID to the external IPs of the service as an array. If the the service ID is not found in our mapping, then returns an empty string. If the service ID is found but has no external IPs, then returns an empty array.
The external IPs or an empty string.
Variable | Type | Description |
---|---|---|
service_id | STRING | The service ID to get the service name for. |
df.external_ips = px.service_id_to_external_ips(df.service_id)