You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/11/17 07:26:04 UTC

[GitHub] [camel-k] arijitmazumdar commented on issue #1806: scaling out camel-k integrations are not working correctly

arijitmazumdar commented on issue #1806:
URL: https://github.com/apache/camel-k/issues/1806#issuecomment-728740641


   Hi
   Sorry for being late. I've tried with exposing the service as node-port, but I am still seeing the same behavior.
   ```
   $kamel run BasicRest.java -t service.node-port=true --dev
   
   $k get nodes -o wide
   NAME       STATUS   ROLES    AGE   VERSION   INTERNAL-IP    EXTERNAL-IP   OS-IMAGE           KERNEL-VERSION     CONTAINER-RUNTIME
   minikube   Ready    master   16d   v1.19.2   192.168.49.2   <none>        Ubuntu 20.04 LTS   5.4.0-53-generic   docker://19.3.8
   
   $ k get svc
   NAME         TYPE       CLUSTER-IP      EXTERNAL-IP   PORT(S)        AGE
   basic-rest   NodePort   10.99.128.250   <none>        80:30802/TCP   41s
    curl 192.168.49.2:30802/hello/arijit
   Bye World, arijit from --> basic-rest-75b5458f9-p5bf7!!
   $ curl 192.168.49.2:30802/hello/arijit
   Bye World, arijit from --> basic-rest-75b5458f9-p5bf7!!
   $ curl 192.168.49.2:30802/hello/arijit
   Bye World, arijit from --> basic-rest-75b5458f9-p5bf7!!
   $ curl 192.168.49.2:30802/hello/arijit
   Bye World, arijit from --> basic-rest-75b5458f9-p5bf7!!
   ```


----------------------------------------------------------------
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:
users@infra.apache.org