TELEMETRY PIPELINE
Service types

Service types

Each pipeline in Chronosphere Telemetry Pipeline uses one of the available Kubernetes Service (opens in a new tab) types. The Service types supported by Telemetry Pipeline are:

Create a pipeline with a specific Service type

When creating a pipeline, use the --service-type flag to specify its Service type:

calyptia create pipeline --name PIPELINE --core-instance INSTANCE --service-type=TYPE

Replace the following values:

  • PIPELINE: A short name you'd like to give your pipeline.
  • INSTANCE: The name of your Core Instance.
  • TYPE: The Service type for your pipeline (ClusterIP, LoadBalancer, or NodePort).

If you don't specify a Service type, new pipelines use the LoadBalancer Service by default.

Modify the Service type of an existing pipeline

To modify the Service type of an existing pipeline, use the following command:

calyptia update pipeline PIPELINE --service-type=TYPE

Replace the following values:

  • PIPELINE: The name of your existing pipeline.
  • TYPE: The Service type for your pipeline (ClusterIP, LoadBalancer, or NodePort).

Modifying a pipeline's Service type affects all ports within that pipeline.