gy09535 commented on issue #2533: URL: https://github.com/apache/apisix/issues/2533#issuecomment-719466474
another problem is apisix how to support all dns resolve rules , now can just support name server , I think when the host is not find ,we should search another domain such as "service.name.apisix.svc.cluster.local" and "service.name.cluster.local" etc.... ``` nameserver xxxxxx search apisix.svc.cluster.local svc.cluster.local cluster.local options ndots:5 ``` ---------------------------------------------------------------- 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]
