第 5 章 Camel K 快速启动开发人员指南
Red Hat Integration - Camel K 提供基于 https://github.com/openshift-integration 提供的集成用例的快速入门开发人员教程。本章详细介绍了如何设置和部署以下教程:
5.1. 部署基本 Camel K Java 集成
本教程介绍了如何在 OpenShift 的云中运行简单的 Java 集成,应用配置和路由到集成,并以 Kubernetes CronJob 的形式运行集成。
先决条件
- 请参阅 GitHub 中的教程: https://github.com/openshift-integration/camel-k-example-basic/tree/1.6.x。
-
您必须已安装了 Camel K 操作器和
kamel
CLI。请参阅 安装 Camel K。 - Visual Studio (VS)代码是可选的,但推荐获得最佳开发人员体验。请参阅链接:设置 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 教程。例如:这会在 VS Code 中打开一个新的 Didact 选项卡,以显示教程说明。
按照教程说明,点提供的链接自动运行命令。
或者,如果您没有安装带有 Didact 扩展名的 VS Code,您可以手动输入 https://github.com/openshift-integration/camel-k-example-basic 中的命令。