Knative pod http 请求

当我请求这个启动的服务器时:https://gist.github.com/Rasarts/1180479de480d7e36d6d7aef08babe59#file-server


我得到正确的回应:


{

  "args": {}, 

  "headers": {

    "Accept-Encoding": "gzip", 

    "Connection": "close", 

    "Host": "httpbin.org", 

    "User-Agent": "Go-http-client/1.1"

  }, 

  "origin": "", 

  "url": "https://httpbin.org/get"

}

但是当我向以这种方式创建的 minikube 上的服务器发出请求时: https://gist.github.com/Rasarts/1180479de480d7e36d6d7aef08babe59#file-serve-yaml


我收到错误:


ERROR: Get https://httpbin.org/get: EOF<nil>

如何从 kubernetes pod 发出 http 请求?


MM们
浏览 85回答 0
0回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Go