gy09535 opened a new issue #2532: URL: https://github.com/apache/apisix/issues/2532
### Issue description for example in k8s environment , we can use service name as backend nodes, sometime for core DNS query we can combine the service name and "svc.cluster.local" as the domain, the resolve config is ``` nameserver 10.96.0.10 search svc.cluster.local cluster.local options ndots:5 ``` apisix just support "nameserver",ref code: https://github.com/apache/apisix/blob/master/apisix/core/utils.lua#L75,so we must define the full domain "xxxx.svc.cluster.local". ### Environment * apisix version (cmd: `apisix version`): * OS: ### Minimal test code / Steps to reproduce the issue 1. 2. 3. ### What's the actual result? (including assertion message & call stack if applicable) ### What's the expected result? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
