Eventing - tutorials

Browse the tutorials for Eventing to learn how to use it step-by-step in different scenarios.

Prerequisites

To perform the steps described in the Eventing tutorials, you need the following:

  1. Kyma cluster provisioned.
  2. (Optional) Kyma Dashboard deployed on the Kyma cluster. To access the Dashboard, run:
    Click to copy
    kyma dashboard
    Alternatively, you can just use the kubectl CLI instead.
  3. (Optional) CloudEvents Conformance Tool for publishing events.
    Click to copy
    go install github.com/cloudevents/conformance/cmd/cloudevents@latest
    Alternatively, you can just use curl to publish events.