作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
更新:
找到 this ,但那是正确的方式吗?
我可以看到我可以对 e 节点进行 portforward,例如:
kubectl port-forward hello-nginx 8080:80
kubectl expose deployment hello-nginx --type=NodePort
service “hello-nginx” exposed
kubectl get services
rolling-sponge-hello-world ClusterIP 10.104.12.39 <none> 80/TCP 3d
最佳答案
正如您所提到的,最好的方法是使用 Ingress。这样,您可以向本地机器 IP 发送请求,入口 Controller 会将流量发送到右侧 Pods
.
为此,您需要:
Pods
.这些规则可以将流量重定向到特定的 Pods
基于请求中的路径或主机。 关于Kubernetes:如何访问本地主机上的服务——不是节点而是服务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48303328/
我是一名优秀的程序员,十分优秀!