第 5 章 Camel K 快速开始开发人员指南
Red Hat Integration - Camel K 根据 https://github.com/openshift-integration 中的集成用例提供快速启动开发人员指南。本章介绍了如何设置和部署以下教程:
5.1. 部署基本 Camel K Java 集成
本教程演示了如何在 OpenShift 的云中运行简单的 Java 集成,对集成应用配置和路由,并作为 Kubernetes CronJob 运行集成。
前提条件
- 请参阅 GitHub 中的教程 readme :https://github.com/openshift-integration/camel-k-example-basic/tree/1.6.x。
-
您必须已安装了 Camel K 运算符和
kamel
CLI。请参阅安装 Camel K。 - Visual Studio (VS) Code 是可选的,但建议获得最佳开发人员经验。请参阅链接:设置 Camel K 开发环境。
流程
克隆教程 Git 存储库:
$ git clone git@github.com:openshift-integration/camel-k-example-basic.git
-
在 VS Code 中,选择 File
Open Folder camel-k-example-basic。 在 VS Code 导航树中,右键单击
readme.didact.md
文件,再选择 Didact: Start Didact Tutorial from File。例如:这会在 VS Code 中打开一个新的 Didact 选项卡,以显示教程说明。
按照教程说明,点提供的链接自动运行命令。
或者,如果您没有安装带有 Didact 扩展的 VS Code,您可以从 https://github.com/openshift-integration/camel-k-example-basic 手动输入命令。