Chimera Deployment Templates

June 11, 2026 ยท View on GitHub

This repository contains templates to deploy using different approaches offered by Apache Camel and covering various requirements for cloud and edge environments.

The deployment templates are parametric and practical Chimera pipelines are defined as examples to demonstrate their usage (chimera-pipelines) folder.

The folder chimera-pipelines contains the following pipelines:

The different deployment options are:

  • Temurin: Build Chimera pipeline using the OpenJDK JVM and deploy within a container.
  • GraalVM: Build Chimera pipeline using the GraalVM JVM and deploy within a container.
  • GraalVM Native: Build Chimera pipeline using GraalVM JVM as native executable and deploy within a container not requiring the JVM.
  • Kubernetes: Manifest files for deployment on Kubernetes as a Service and instructions for deployment using Knative.

Acknowledgements

The development of Chimera deployment templates has been partially supported by the European Commission through the SmartEdge project (Grant Agreement 101092908).

Contributing

Before contributing, please read carefully, complete and sign our Contributor Licence Agreement.

When contributing to this repository, please first discuss the change you wish to make via issue or any other available method with the repository's owners.