You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Nicola Ferraro (JIRA)" <ji...@apache.org> on 2018/09/10 07:26:00 UTC

[jira] [Updated] (CAMEL-12794) Camel K: add sidecar builder strategy

     [ https://issues.apache.org/jira/browse/CAMEL-12794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicola Ferraro updated CAMEL-12794:
-----------------------------------
    Component/s: camel-k

> Camel K: add sidecar builder strategy
> -------------------------------------
>
>                 Key: CAMEL-12794
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12794
>             Project: Camel
>          Issue Type: Sub-task
>          Components: camel-k
>            Reporter: Nicola Ferraro
>            Priority: Major
>
> In contexts like plain Kubernetes there's not a default docker registry where images can be pushed. Until we figure-out a strategy to deploy a docker registry, we can fallback on a sidecar builder container.
> We create a deployment with two containers:
>  * The main container waits for a trigger and start the application
>  * The builder container does a maven build and signal the trigger, then terminates
> This will be useful also for "--dev" mode (more later).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)