This folder contains various examples of Camel K
integrations. You can use them to learn more about the capabilities of Camel K or to inspire your integration development.
In this section you will find the most basic examples. Useful to start learning about Camel K and how to run. You can use many supported languages and learn about the most basic features:
Type | Description | Link |
---|---|---|
User Config | Explore how to include a property , secret , configmap or file resource in your integration |
see examples |
Processor | Show how to include Processor s logic |
see examples |
Open API | Open API support |
see examples |
Rest | Produce/Consume REST ful services |
see examples |
Modeline | Camel K modeline support | see examples |
Volumes | Produce/Consume files attached to a PVC |
see examples |
As soon as you will learn the basic stuff, you will like to try the new advanced feature offered by Camel K. Here a few examples:
Type | Description | Link |
---|---|---|
OLM | OPERATOR Lifecycle manager installation example | see examples |
Polyglot | Polyglot integration examples | see examples |
Pulsar | Pulsar usage | see examples |
Saga | Saga pattern example | see examples |
Tekton | Tekton tutorial | see examples |
Traits configuration will be very helpful to fine tune your Integration
. Here a few examples:
Type | Description | Link |
---|---|---|
Container | How to customize with container trait |
see examples |
JVM | How to use jvm trait |
see examples |