You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2021/11/10 20:28:27 UTC

[GitHub] [openwhisk-deploy-kube] Sladerix opened a new issue #715: How to perform HTTP requests from an action

Sladerix opened a new issue #715:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/715


   Hi everyone, i've a doubt.. 
   i've a python http server running on my host pc, then i've a OpenWhisk deployment running on kubernetes that comes with docker.
   
   I've an action that needs to make HTTP requests to the server running on my machine... but it fails because cannot reach the server, probably due to the separation made by docker (?)...
   
   there is a simple way to solve the thing?
   
   Thanks in advance
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk-deploy-kube] rabbah closed issue #715: How to perform HTTP requests from an action

Posted by GitBox <gi...@apache.org>.
rabbah closed issue #715:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/715


   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk-deploy-kube] dimgiagos44 commented on issue #715: How to perform HTTP requests from an action

Posted by GitBox <gi...@apache.org>.
dimgiagos44 commented on issue #715:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/715#issuecomment-976308632


   Maybe one approach is to deploy the HTTP server as a pod(Cluster-IP) in Kubernetes and then make your calls to that specific endpoint...Not sure though if that is the best you can do


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk-deploy-kube] Sladerix commented on issue #715: How to perform HTTP requests from an action

Posted by GitBox <gi...@apache.org>.
Sladerix commented on issue #715:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/715#issuecomment-976312939


   > Maybe one approach is to deploy the HTTP server as a pod(Cluster-IP) in Kubernetes and then make your calls to that specific endpoint...Not sure though if that is the best you can do
   
   thansk for the tip :D


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org