【发布时间】:2018-05-29 10:52:15
【问题描述】:
我有两个容器 Auth 和 Frontend。我已经设法让两个容器独立工作,我需要在两者之间建立链接以发送和接收 HTTP 请求。
一般情况下,连接是像http://localhost:3000/auth/这样的角度。
注意:两者都在不同的部署和服务中。
我应该使用 Ingress 还是 Nginx?
【问题讨论】:
-
澄清一下:
Ingress可以是nginx。基本上这不是关于 Ingress 或 nginx 的问题......也许你的意思是我应该使用Service还是Ingress?
标签: python angular docker kubernetes