lburgazzoli opened a new issue, #5493: URL: https://github.com/apache/camel-k/issues/5493
### Requirement Make it easier for user to let camel-k monitor external integrations ### Problem camel-k has now the ability to [monitor integration deployed by external tools](https://camel.apache.org/camel-k/2.3.x/running/import.html), however it requires some special set-up as it requires that any Pod to carry the `camel.apache.org/integration` label. In order to make ti easier for user to let camel-k monitor such integrations, we should reduce the amount of work expected by users. ### Proposal A `MutatingWebhook` in `Kubernetes` is a type of webhook that allows for modifying resources before they are persisted in the Kubernetes API server: we can leverage such feature to automatically inject the required pod labels ### Open questions _No response_ -- 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]
