TELEMETRY PIPELINE
Linux

Install a Core Operator on Linux

To get started with Chronosphere Telemetry Pipeline on Linux, you'll need to install a Core Operator in each Linux environment where you want to deploy pipelines.

Supported Linux distributions

Telemetry Pipeline is compatible with the following Linux distributions:

Distribution
Amazon Linux 2023
Red Hat Enterprise Linux 7.9, 8.0 or later, and 9.0 or later
CentOS Linux 8 and 9
Rocky Linux 9
Ubuntu Server 20.04 LTS and 24.04 LTS

Installation steps

To install a Core Operator on Linux:

  1. Review the Telemetry Pipeline installation prerequisites.

  2. Review the K3s requirements (opens in a new tab). As part of the Core Operator installation process, Telemetry Pipeline deploys a local K3s cluster in your Linux environment.

  3. Run the following command:

    curl -sSfL https://core-packages.calyptia.com/install-core.sh | bash

    This command installs Pipeline CLI, deploys a K3s cluster, and installs a Core Operator inside that cluster.

  4. Repeat these steps for each Linux environment where you want to use Telemetry Pipeline. For example, if you have multiple Linux virtual machines, you must install a dedicated Core Operator inside every virtual machine.

Health checks

As part of the Core Operator installation process, Telemetry Pipeline performs the following health checks:

If the checks find an issue, an error message outputs to the console. See Troubleshoot Telemetry Pipeline installations on Linux for additional help.

Next steps

After you've installed a Core Operator in your Linux environment, you can create a Core Instance in that environment.