Apache Camel K is a lightweight integration framework built from Apache Camel that runs natively on Kubernetes and is specifically designed for serverless and microservice architectures. Users of Camel K
can instantly run integration code written in Camel DSL on their preferred Cloud provider.
Camel K allows you to run integrations directly on a Kubernetes
or OpenShift
cluster. To use it, you need to be connected to a cloud environment or to a local cluster created for development purposes.
You can use Camel DSL to define your Integration
. Just save it in a file and use kamel
command line interface (download latest release) to run it. As an example, just try running:
- from:
uri: "timer:tick?period=3000"
steps:
- setBody:
constant: "Hello world from Camel K"
- to: "log:info"
kamel run hello.yaml
You can even run your integrations in a dev
mode. Change the code and see the changes automatically applied (instantly) to the remote integration pod! We have provided more examples that you can use to inspire your next Integration
development.
You can use any of the Apache Camel components available. The related dependencies will be resolved automatically.
Discover more about dependencies and components.
Camel K supports multiple languages for writing integrations.
See all the languages available.
The details of how the integration is mapped into Kubernetes resources can be customized using traits.
More information is provided in the official documentation traits section.
Since the inception of the project, our goal was to bring Apache Camel
to the cloud.
See the software architecture details.
We love contributions and we want to make Camel K great!
Contributing is easy, just take a look at our developer’s guide.
This software is licensed under the terms you may find in the file named LICENSE in this directory.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。