You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by "Domke, Alexander" <a....@cenit.com> on 2020/02/19 22:15:37 UTC

Providing a custom camel component in kubernetes kluster

Hello everyone,

I hope I am right here.

What is the right way to provide a custom "self created" camel component in a Kubernetes cluster? The component should then be found when calling

kamel run  hello.groovy -dev

My Camel-K Route:
from('MyComponent://foo')
  .to('mock:result')

I currently have a minikube installed and registered the camel-k addon.

Thank you in advance
Alex

CENIT AG, Industriestrasse 52-54, 70565 Stuttgart, Tel.: +49 711 7825-30, Fax: +49 711 7825-4000, Internet: www.cenit.com
Geschaeftsstellen (Branch Offices): Berlin, Frankfurt, Hamburg, Hannover, Muenchen, Oelsnitz, Ratingen, Saarbruecken
Vorstandsmitglieder (Members of the Board): Kurt Bengel  (CEO), Matthias Schmidt  (CFO)
Aufsichtsratsmitglieder (Supervisory Board Members): Prof. Dr. Oliver Riedel (Vorsitzender des Aufsichtsrats / Chairman of the Supervisory Board), Stephan Gier, Ricardo Malta
Bankverbindungen (Bank Accounts):
Deutsche Bank (BLZ 600 700 70) Kto. 1661 040 IBAN : DE85 6007 0070 0166 1040 00 SWIFT-CODE : DEUTDESS,
Commerzbank (BLZ 600 400 71) Kto. 532 015 500 IBAN : DE83 6004 0071 0532 0155 00 SWIFT-Code : COBADEFF600,
Registergericht (Registry court): Amtsgericht Stuttgart
Handelsregister (Commercial Register): HRB Nr. 19117
Umsatzsteuer (VAT) ID: DE 147 862 777

Re: Providing a custom camel component in kubernetes kluster

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

Currently camel-k only auto-discover components that are from the Camel release.
Support for detecting 3rd party components is AFAIK not yet
implemented. You are welcome to create a github ticket about this.
https://github.com/apache/camel-k

On Wed, Feb 19, 2020 at 11:15 PM Domke, Alexander <a....@cenit.com> wrote:
>
> Hello everyone,
>
> I hope I am right here.
>
> What is the right way to provide a custom "self created" camel component in a Kubernetes cluster? The component should then be found when calling
>
> kamel run  hello.groovy -dev
>
> My Camel-K Route:
> from('MyComponent://foo')
>   .to('mock:result')
>
> I currently have a minikube installed and registered the camel-k addon.
>
> Thank you in advance
> Alex
>
> CENIT AG, Industriestrasse 52-54, 70565 Stuttgart, Tel.: +49 711 7825-30, Fax: +49 711 7825-4000, Internet: www.cenit.com
> Geschaeftsstellen (Branch Offices): Berlin, Frankfurt, Hamburg, Hannover, Muenchen, Oelsnitz, Ratingen, Saarbruecken
> Vorstandsmitglieder (Members of the Board): Kurt Bengel  (CEO), Matthias Schmidt  (CFO)
> Aufsichtsratsmitglieder (Supervisory Board Members): Prof. Dr. Oliver Riedel (Vorsitzender des Aufsichtsrats / Chairman of the Supervisory Board), Stephan Gier, Ricardo Malta
> Bankverbindungen (Bank Accounts):
> Deutsche Bank (BLZ 600 700 70) Kto. 1661 040 IBAN : DE85 6007 0070 0166 1040 00 SWIFT-CODE : DEUTDESS,
> Commerzbank (BLZ 600 400 71) Kto. 532 015 500 IBAN : DE83 6004 0071 0532 0155 00 SWIFT-Code : COBADEFF600,
> Registergericht (Registry court): Amtsgericht Stuttgart
> Handelsregister (Commercial Register): HRB Nr. 19117
> Umsatzsteuer (VAT) ID: DE 147 862 777



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2