EXPAND ALL
  • Home

service_id_to_cluster_ip

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.

Returns: STRING

The cluster IP or an empty string.

Arguments

VariableTypeDescription
service_idSTRINGThe service ID to get the service name for.

Examples:

df.cluster_ip = px.service_id_to_cluster_ip(df.service_id)
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.