fish2018 opened a new issue #5412:
URL: https://github.com/apache/apisix/issues/5412
### Issue description
配置:
```
{
"uri": "/*",
"host": "demo01.app.com",
"plugins": {
"proxy-mirror": {
"host": "http://demo02.app.com",
"sample_ratio": 1
}
},
"upstream": {
"nodes": {
"172.19.77.23": 1
},
"type": "roundrobin"
}
}
```
现象:
- demo02.app.com直接解析到k8s外的app的ip:port是正常的
- demo02.app.com解析到nginx-ingress-controller,这时候k8s容器中的app日志看不到流量进来,
浏览器访问demo02.app.com是正常的,apisix容器内ping demo02.app.com也正常
这有可能是什么原因?
### Environment
- apisix version (cmd: `apisix version`):
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]