Skip to content

Latest commit

 

History

History
 
 

README.md

Samples

Prerequisite

You have the Telemetry module in your cluster. See Installation.

Context

The samples are self-contained and include their own backends and data producers. You can apply a single sample or install all at once by applying the entire folder.

Procedure

  1. Apply all samples.

    kubectl apply -f .
  2. Assure that the module is running healthily by checking the status of the Telemetry resource and the conditions of the pipeline resources.

    kubectl get kyma-telemetry
  3. Delete the samples.

    kubectl delete -f .