EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Converts the IP address into a Kubernetes service ID for the service associated to the IP. If there is no service associated with the given IP address, return an empty string.
The service id if it exists, otherwise an empty string.
Variable | Type | Description |
---|---|---|
ip | STRING | The IP to convert. |
df.service_id = px.ip_to_service_id(df.remote_addr)