-
Notifications
You must be signed in to change notification settings - Fork 352
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
Comments
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 |
Looks like in the correct direction, is there any docs I can take a look? |
It would be very nice to run camel-k locally just using an OCI runtime. |
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. |
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. |
Add capabilities to run a limited version of the integration locally using the local container runtime (docker, podman) for local development.
The text was updated successfully, but these errors were encountered: