Skip to content

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.

Image title

pod name: $PROJECT_ID
pod image: talismancloud/talisman-devmode:tag

service name: $PROJECT_ID
service ports: 80,443