EXPAND ALL
  • Home

pod_id_to_replicaset_name

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

Returns: STRING

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

Arguments

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

Examples:

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