Resource labels
Because Chronosphere Telemetry Pipeline is a collection of Kubernetes resources, Telemetry Pipeline uses the Kubernetes labeling system (opens in a new tab) to categorize and identify these resources. You can’t change these labels yourself, but Telemetry Pipeline applies labels consistently across resources, which means you can use them to select specific resources while performing Kubernetes operations.
Label format and types
Telemetry Pipeline resource labels use a key/value pair format separated by an
equal sign (key=value). All resource of the same type receive the same set of
keys, but certain keys’ values contain information unique to a particular
instance of a resource, like a name or UUID.
List of resource labels
Each resource in Telemetry Pipeline receives the following labels:
| Resource type | Labels |
|---|---|
| Core Operator pod | calyptia.core=core-operatorcontrol-plane=controller-manager |
| Core Operator metrics service | calyptia.core=core-operatorcontrol-plane=controller-manager |
| Core Instance pod | app.kubernetes.io/part-of=calyptia |
| Core Instance metrics service | none |
| Pipeline pod | app.kubernetes.io/component=calyptia-corecore-pipeline=[PIPELINE NAME] |
| Cluster logging pipeline pod | app.kubernetes.io/component=calyptia-corecore-pipeline=[INSTANCE NAME]-cluster-logging-[UUID] |
| Pipeline service | app.kubernetes.io/created-by=core-operatorapp.kubernetes.io/managed-by=core-operatorapp.kubernetes.io/part-of=calyptiacalyptia.core=core-operator |
| Health check pod | app.kubernetes.io/component=calyptia-corecore-pipeline=[INSTANCE NAME]-health-check-[UUID] |
| Health check service | calyptia.core=core-operator |