搜索

22.3. 使用方法

download PDF

本节介绍如何使用 ceph-source

22.3.1. Knative Source

您可以通过将 ceph-source Kamelet 绑定到 Knative 对象来使用 ceph-source Kamelet 作为 Knative 源。

ceph-source-binding.yaml

apiVersion: camel.apache.org/v1alpha1
kind: KameletBinding
metadata:
  name: ceph-source-binding
spec:
  source:
    ref:
      kind: Kamelet
      apiVersion: camel.apache.org/v1alpha1
      name: ceph-source
    properties:
      accessKey: "The Access Key"
      bucketName: "The Bucket Name"
      cephUrl: "http://ceph-storage-address.com"
      secretKey: "The Secret Key"
      zoneGroup: "The Bucket Zone Group"
  sink:
    ref:
      kind: Channel
      apiVersion: messaging.knative.dev/v1
      name: mychannel

22.3.1.1. 前提条件

确保已将 "Red Hat Integration - Camel K" 安装到您连接到的 OpenShift 集群中。

22.3.1.2. 使用集群 CLI 的步骤

  1. ceph-source-binding.yaml 文件保存到本地驱动器中,然后根据需要编辑该文件。
  2. 使用以下命令运行源:

    oc apply -f ceph-source-binding.yaml

22.3.1.3. 使用 Kamel CLI 的步骤

使用以下命令配置并运行源:

kamel bind ceph-source -p "source.accessKey=The Access Key" -p "source.bucketName=The Bucket Name" -p "source.cephUrl=http://ceph-storage-address.com" -p "source.secretKey=The Secret Key" -p "source.zoneGroup=The Bucket Zone Group" channel:mychannel

此命令在集群的当前命名空间中创建 KameletBinding。

22.3.2. Kafka 源

您可以通过将 ceph-source Kamelet 用作 Kafka 源来将其绑定到 Kafka 主题。

ceph-source-binding.yaml

apiVersion: camel.apache.org/v1alpha1
kind: KameletBinding
metadata:
  name: ceph-source-binding
spec:
  source:
    ref:
      kind: Kamelet
      apiVersion: camel.apache.org/v1alpha1
      name: ceph-source
    properties:
      accessKey: "The Access Key"
      bucketName: "The Bucket Name"
      cephUrl: "http://ceph-storage-address.com"
      secretKey: "The Secret Key"
      zoneGroup: "The Bucket Zone Group"
  sink:
    ref:
      kind: KafkaTopic
      apiVersion: kafka.strimzi.io/v1beta1
      name: my-topic

22.3.2.1. 先决条件

确保您已在 OpenShift 集群中安装了 AMQ Streams Operator,并在当前命名空间中创建一个名为 my-topic 的主题。另外,请确保已将 "Red Hat Integration - Camel K" 安装到您连接到的 OpenShift 集群中。

22.3.2.2. 使用集群 CLI 的步骤

  1. ceph-source-binding.yaml 文件保存到本地驱动器中,然后根据需要编辑该文件。
  2. 使用以下命令运行源:

    oc apply -f ceph-source-binding.yaml

22.3.2.3. 使用 Kamel CLI 的步骤

使用以下命令配置并运行源:

kamel bind ceph-source -p "source.accessKey=The Access Key" -p "source.bucketName=The Bucket Name" -p "source.cephUrl=http://ceph-storage-address.com" -p "source.secretKey=The Secret Key" -p "source.zoneGroup=The Bucket Zone Group" kafka.strimzi.io/v1beta1:KafkaTopic:my-topic

此命令在集群的当前命名空间中创建 KameletBinding。

Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

© 2024 Red Hat, Inc.