Re: Isolate integrations network

2022-03-16 Thread Claus Ibsen
Hi That is a kubernetes question, and not as much of a Camel question. You can run them in different namespaces to have isolation. On Tue, Mar 15, 2022 at 2:13 PM Roberto Camelk wrote: > > How can I isolate integrations network, for example, to prevent an > integration A to request a rest

Re: Isolate integrations network

2022-03-16 Thread Antonin Stefanutti
Hi, As Claus mentioned, there is nothing specific in Camel K to handle network isolation. What users do generally is to rely on network policies to isolate network tenants: https://kubernetes.io/docs/concepts/services-networking/network-policies/ And "manually" reflect the tenants in Camel K

Re: Apache Camel and hawt.io debugging: Body/Header not visible at breakpoint

2022-03-16 Thread Chirag
Bert, I am trying to build something similar. can you point me in the right direction to enabling Jolokia with hawtio and camel-main? I am currently running embedded hawtio. ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Mon, Mar 14, 2022 at 2:50 AM

Re: Apache Camel and hawt.io debugging: Body/Header not visible at breakpoint

2022-03-16 Thread Bert Speckels
Sure, I can try :-) First of all I add the following *dependency to my camel projects pom.xml* org.apache.camel camel-management Then I *start my camel application* with the following VM parameter: -javaagent:./jolokia-jvm-1.7.1.jar=port=,host=localhost (the jolokai JAR is stored

kamel install --global vs kamel get -n

2022-03-16 Thread Roberto Camelk
I recently installed the camel-k 1.8.2. During the process I passed the arg --global to enable camel-k-operator to manage all namespaces. Now, when I query the integrations running in a specific namespace via "kamel get -n my-namespace" I got this output: > No IntegrationPlatform resource in

Re: kamel install --global vs kamel get -n

2022-03-16 Thread Tadayoshi Sato
Hi, It's just a false alarm. You can ignore it for the global operator. I think kamel cli should be changed to also look for an operator globally, not only within its namespace. On Thu, Mar 17, 2022 at 5:05 AM Roberto Camelk wrote: > I recently installed the camel-k 1.8.2. During the process I