Re: Operating Camel-K by rest instead of via CLI kamel

2021-12-14 Thread Antonin Stefanutti
> On 14 Dec 2021, at 20:29, Roberto Camelk wrote: > > Sorry, maybe I wasn't clear enough in my question, or I simple didn't > understud your answer. No problem, that's me that did not understand your use case :) > What I'm thinking about is how can I create a web-ui to launch my > integratio

Re: Operating Camel-K by rest instead of via CLI kamel

2021-12-14 Thread Roberto Camelk
Sorry, maybe I wasn't clear enough in my question, or I simple didn't understud your answer. What I'm thinking about is how can I create a web-ui to launch my integrations by just submitting a source file of it? I want to publish a backend to be able to send requests containing the integration so

Re: Operating Camel-K by rest instead of via CLI kamel

2021-12-14 Thread Antonin Stefanutti
The Camel K operator is a standard Kubernetes Deployment, which is typically "operated" using the kubectl CLI, but can also be operated using the Kubernetes HTTP API: https://kubernetes.io/docs/concepts/overview/kubernetes-api/ On 14 Dec 2021, at 19:36, Roberto Camelk mailto:betonetotbo.cam...

Operating Camel-K by rest instead of via CLI kamel

2021-12-14 Thread Roberto Camelk
Can I operate the Camel-K Operator via http instead of via kamel CLI ?