alibaba / kt-connect

A toolkit for Integrating with your kubernetes dev environment more efficiently
https://alibaba.github.io/kt-connect/#/
GNU General Public License v3.0
1.51k stars 230 forks source link

使用preview发布后,跨namespace访问service出现超时 #402

Open ivanmissu opened 1 year ago

ivanmissu commented 1 year ago
  1. 使用ktctl preview -n dev xxxx-service --expose 9007
  2. 在namespace为test 的nginx容器可以ping通xxxx-service.dev
  3. 在namespace为test的nginx使用反向代理到http://xxxx-service.dev:9007 反向代理出现超时 请问如何设置,可以在preview后的service 可以实现跨namespace反向代理
ivanmissu commented 1 year ago

@yunlzheng