-
Notifications
You must be signed in to change notification settings - Fork 367
Description
Issue description
My service were all deploy on k8s, This client address cannot be automatically resolved to upstream by apisix-ingress-conroller. It needs to be configured manually. You can configure the service name of k8s. But the name of the configuration service will report an error

I also tried node of upstream,but it said that apisix can only resolve the domain name from "/etc/resolv.conf"

Now i have a little confusing is the specific interaction between apisix, apisix-ingress-controller, and k8s, The apisix-ingress-controller will automatically fetch all clients in K8 and automatically resolve to Apisix's upstream(each upstream is bound to a unique k8s service name and may have specific service tags, such as version, etc.). We can then route to the service directly by binding the resolved upstream ID to the route.
But it doesn't look like that at the moment, but it's not very clear on the doc。