nicolaferraro opened a new issue #1445: URL: https://github.com/apache/camel-k/issues/1445
https://application-stacks.github.io/service-binding-specification/ It provides a clean way by which we can connect to services in the same cluster without the users having to provide credentials and all that stuff. We can e.g. ``` kamel run Api.java --connect mypostgresdb ``` (did I already write a similar issue in the past?) And have your Camel K operator resolve the connection details for the database and inject them into the integration pod, e.g. making a JDBC connection available in the registry. The same for other brokers or Kafka. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
