On Mon, Sep 12, 2022 at 11:21 AM Christoph Weiss <christoph.we...@de.ibm.com> wrote: > > Short question: I am wondering which “component” is creating the “Kubernetes > Integration CR” when running “kamel run” (based on a given Integration > written e.g. in groovy or any other DSL).
Hi, the kamel run creates the Integration CR (client side) https://github.com/apache/camel-k/blob/main/pkg/cmd/run.go#L496 And the k8s client creates the CR in the cluster https://github.com/apache/camel-k/blob/main/pkg/cmd/run.go#L559 Is this what you want ? -- Claudio Miranda clau...@claudius.com.br http://www.claudius.com.br