Hi Guys, kindly requesting your help with this question, im trying to expose an API using Camel K, and Camel Restlet on GKE by executing this command:
kamel run RestRoute.java --depende ncy=camel-rest --dependency=camel-restlet -n dev --dev But this command just creates the deployment and the service of type NodePort, just wondering if i need to expose it manually with kubectl commands or if i can expose it using a loadbalance service or an ingress controller directly from camel K command, i was not able to find an example. Thanks in advance!