EXPAND ALL
  • Home

pod_name_to_replicaset_id

Gets the Kubernetes ID for the Replica Set that owns the Pod (specified by pod name).If this pod is not controlled by any Replica Set, returns an empty string.

Returns: STRING

The k8s Replica Set ID wich controls the Pod with the Pod ID.

Arguments

VariableTypeDescription
pod_nameSTRINGThe Pod name of the Pod to get the Replica Set ID for.

Examples:

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