如何在Kubernetes上定义localhost

时间:2019-07-12 00:14:45

标签: kubernetes google-kubernetes-engine

我有一个非常简单的Web应用程序,并已部署到Google Kubernetes(LoadBalancer),并且运行良好。我可以像这样index.html来访问我的my_external_IP:8080/myweb/html/index.html

index.html是一个框架集,可加载其他html。但是html URL在我的代码中像http://localhost/html/my_frame1.html一样被硬编码。但是Google Kubernetes抱怨本地主机拒绝连接。创建战争之前,我无法将localhost定义为外部IP。我很早就知道了外部IP。

部署信息如下: LoadBalancer service not reachable

1 个答案:

答案 0 :(得分:1)

正如@malathi所述,这与Google Kubernetes完全无关。

我建议使用Relative Paths而不是使用硬编码值。基本上,您初始index.html中的所有路径都需要定向到html/...