All Products
Search
Document Center

Container Service for Kubernetes:Manage Knative components

Last Updated:Nov 06, 2024

Knative provides the core components Knative Serving and Knative Eventing, and also supports various add-ons to extend the functionality of Knative services, including event source components such as GitHub and Kafka. You can deploy and manage these components through the console.

Prerequisites

Knative has been deployed in the cluster. For more information, see Deploy Knative in an ACK cluster.

Deploy a Knative component

  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. Select a component for which Not Deployed is displayed in the Status column and click Deploy in the Actions column. In the message that appears, click Confirm.

    If Deployed is displayed in the Status column, the component is deployed.

Uninstall a Knative component

If a Knative component is no longer needed, you can click Uninstall in the Actions column, and uninstall the component as prompted.

Important

After you uninstall a Knative component, the relevant Knative CustomResourceDefinitions (CRDs) and Knative Service are deleted. Proceed with caution.