Calyptia CLI

Install Core Operator and Core Instance using Calyptia CLI

You can use Calyptia CLI to install and manage Core Operator and Core Instance in your Kubernetes clusters.

To upgrade existing deployments, see Upgrade Core Operator and Core Instance.

Requires Calyptia CLI version 1.3.8 or later.

  1. Review the Telemetry Pipeline installation prerequisites.

  2. Run the following command to authenticate with Telemetry Pipeline:

    calyptia config set_token TOKEN

    Replace TOKEN with your API token.

  3. Run the following command to install Core Operator:

    calyptia install operator
  4. Run the following command to create a new Core Instance:

    calyptia create core_instance operator --name INSTANCE

    Replace INSTANCE with the name you'd like to give your new Core Instance.

    Alternatively, to create a new Core Instance in a specific namespace, add the --kube-namespace flag:

    calyptia create core_instance operator --name INSTANCE --kube-namespace NAMESPACE

    Replace the following values:

    • INSTANCE: The name for your new Core Instance.
    • NAMESPACE: The namespace where you'd like to create your new Core Instance.