• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

Camel-K: Camel K 是一个轻量级集成框架,它使得可以直接在 Kubernetes 与 Knative 上 ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

Camel-K

开源软件地址:

https://gitee.com/apache/camel-k

开源软件介绍:

:camel: + :cloud: = Apache Camel K

BuildLicensed under Apache License version 2.0Go Report CardGoDocKubernetesKnativeOpenShiftChat on Zulip

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.

:gear: Installation

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.

:arrow_forward: Running an Integration

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:

hello.groovy
from('timer:tick?period=3000')  .setBody().constant('Hello world from Camel K')  .to('log:info')
kamel run hello.groovy

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.

:camel: All the power from Apache Camel components

You can use any of the Apache Camel components available. The related dependencies will be resolved automatically.

Discover more about dependencies and components.

:coffee: Not Just Java

Camel K supports multiple languages for writing integrations.

See all the languages available.

:checkered_flag: Traits

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.

:cloud: Engineered thinking on Cloud Native

Since the inception of the project, our goal was to bring Apache Camel to the cloud.

:heart: Contributing

We love contributions and we want to make Camel K great!

Contributing is easy, just take a look at our developer’s guide.

:tickets: Licensing

This software is licensed under the terms you may find in the file named LICENSE in this directory.


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap