⚙️ Installation
Camel K allows you to run integrations directly on any Kubernetes cluster. To use it, you need to be connected to a cloud environment or to a local cluster created for development purposes.
▶️ 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.yaml
- from: uri: "timer:tick?period=3000" steps: - setBody: constant: "Hello world from Camel K" - to: "log:info"
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.
🐫 All the power from Apache Camel components
You can use any of the Apache Camel components available. The related dependencies will be resolved automatically.
🏁 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.
☁️ Engineered thinking on Cloud Native
Since the inception of the project, our goal was to bring Apache Camel to the cloud.
🎟️ Licensing
This software is licensed under the terms you may find in the file named LICENSE in this directory.