Running in dev mode
Kubernetes under the hood
Upon clicking the Run button, Talisman springs into action by creating a pod and a service. This pod uses the talisman-devmode
image and is named after your $PROJECT_ID
. This unique pod houses your integration during the development phase, providing an agile environment for execution.
After the pod creation, Talisman proceeds to send the project files to be executed by camel-jbang
. This step is crucial as it compiles and runs your integration code within the newly created pod, leveraging the power and flexibility of Apache Camel integrations.