You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2018/09/20 07:57:49 UTC

[GitHub] cmoulliard opened a new issue #108: Add a dev's mode to kamel command to push project directly within the pod

cmoulliard opened a new issue #108: Add a dev's mode to kamel command to push project directly within the pod
URL: https://github.com/apache/camel-k/issues/108
 
 
   The `kamel's run` command builds the docker image of the Camel's application with the help of a `Buildconfig`, next update the `imagestream` and finally trigger a redeploynent of the pod using the `DeploymentConfig`
   
   In order to bootstrap/speed the process, I would like to propose add a new parameter a `run --mode=dev` command (or using an arg, ...) responsible to install a DeploymentConfig and push the project (source, binary) and launch it.
   
   This approach which rely on a container running a [go supervisord](https://github.com/ochinchina/supervisord) which allows to configure different commands to start/stop/test/debug.... 
   
   Here is a [prototype](https://github.com/ochinchina/supervisord) project which has been created for Spring Boot and of course could be adapted for the Camel's needs ;-) 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services