All Products
Search
Document Center

Container Service for Kubernetes:Deploy Knative Eventing

Last Updated:Nov 19, 2024

Knative Eventing provides an event model, which can be used to interface with external event systems, such as GitHub, ApsaraMQ for RocketMQ, ApsaraMQ for Kafka, and Container Registry, and route events to Knative Services or Functions for processing. You can deploy Knative Eventing through the console to enable the event-driven capability.

Prerequisites

Knative is deployed in your cluster. For more information, see Deploy Knative.

Procedure

  1. Log on to the ACK console. In the left-side navigation pane, click Clusters.

  2. On the Clusters page, find the cluster that you want to manage and click its name. In the left-side navigation pane, choose Applications > Knative.

  3. In the Core Component section of the Components tab, click Deploy in the Actions column of Eventing.

  4. In the Deploy Eventing dialog box, click Confirm.

    After Knative Eventing is deployed, the component is in the Deployed state on the Components tab.

References