Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for local development using containers #1339

Closed
hguerrero opened this issue Mar 12, 2020 · 5 comments
Closed

Support for local development using containers #1339

hguerrero opened this issue Mar 12, 2020 · 5 comments

Comments

@hguerrero
Copy link
Contributor

Add capabilities to run a limited version of the integration locally using the local container runtime (docker, podman) for local development.

@lburgazzoli
Copy link
Contributor

Not sure if it is what you are looking for but you can actually run the runtime from maven, like: https://github.com/apache/camel-k-runtime/tree/master/examples

@hguerrero
Copy link
Contributor Author

Looks like in the correct direction, is there any docs I can take a look?

@luszczynski
Copy link

It would be very nice to run camel-k locally just using an OCI runtime.

@toonalbers
Copy link
Contributor

Using the camel-k-runtime packages is a good option! A downside for me is that it lacks the automatic dependency resolution that the kamel binary provides through the builder: you now have to explicitly set the dependencies in the pom.xml. Extracting that functionality from the builder / kubernetes would be difficult I think.

@lburgazzoli
Copy link
Contributor

We do plan to provide a kamel subcommand to inspect sources and provide some info about what they requires but having a full camel-k experience is out of scope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants