squakez commented on issue #2824: URL: https://github.com/apache/camel-k/issues/2824#issuecomment-990716042
Sure! An [Integration](https://camel.apache.org/camel-k/1.7.x/architecture/cr/integration.html ) is the specification of the route and all it needs to run on a K8S cluster. The CLI will turn a route into it automatically, and you can create one on your own and play with APIs directly. As an example you can make a [dry-run](https://camel.apache.org/camel-k/next/running/running.html#no-cli-integration) and use the outcome to ingest the K8S API. Have a look at the [definition of the CRD](https://camel.apache.org/camel-k/1.7.x/apis/camel.html#camel.apache.org/v1.Integration) if you need to tune it accordingly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
