To get started with Chronosphere Telemetry Pipeline on Kubernetes, you’ll need to install a Core Operator in each Kubernetes cluster where you want to deploy pipelines.Documentation Index
Fetch the complete documentation index at: https://docs.chronosphere.io/llms.txt
Use this file to discover all available pages before exploring further.
Supported Kubernetes distributions
Telemetry Pipeline is compatible with the following distributions of Kubernetes:- Open Source Kubernetes 1.25 or later
- Amazon Kubernetes Service (EKS)
- Azure Kubernetes Service (AKS)
- Google Kubernetes Engine (GKE)
- Red Hat Open Shift 4.0 or later
Installation steps
You can use Pipeline CLI or Helm to install a Core Operator in a Kubernetes cluster.When you install a Core Operator, only deploy a single replica.
If a Core Operator has multiple replicas, those replicas will conflict with one another.
- Pipeline CLI
- Helm
- Review the Telemetry Pipeline installation prerequisites.
- Install or update Pipeline CLI. Because Core Operator versions are dependent on your Pipeline CLI version, keeping Pipeline CLI current ensures that you’re installing the latest version of Core Operator.
- If you haven’t already, set an API token in Pipeline CLI.
-
Ensure that the
KUBECONFIGenvironment variable in your cluster is set to a valid configuration file. -
Run the following command to install a Core Operator:
Optionally, you can add the
--kube-namespacecommand to set that Core Operator’s namespace. - Repeat these steps for each Kubernetes cluster where you want to use Telemetry Pipeline.

