kasun04 commented on issue #188: Installation hangs on GKE 
URL: https://github.com/apache/camel-k/issues/188#issuecomment-432001235
 
 
   It works with Docker for mac (not on minikube). 
   I've deployed a sample integration examples/routes-rest.js and was expecting 
it to create svc, ingress etc so that I can invoke my RESTful service. 
   Do I have to manually create ingress, service etc for that? Here are the pod 
and svc information. 
   
   kubectl get pods
   NAME                                READY     STATUS    RESTARTS   AGE
   camel-k-operator-64c5686848-4zkzt   1/1       Running   0          2h
   
   ./kamel get
   NAME         CONTEXT STATUS
   routes
   routes-rest
   
   kubectl get svc
   NAME               TYPE        CLUSTER-IP    EXTERNAL-IP   PORT(S)     AGE
   camel-k-operator   ClusterIP   10.97.6.139   <none>        60000/TCP   2h
   kubernetes         ClusterIP   10.96.0.1     <none>        443/TCP     3h
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to