Open quyenhoang96 opened 1 year ago
@quyenhoang96 can you elaborate on this use case ? do you want to route to a backend represented as a FQDN ?
@quyenhoang96 can you elaborate on this use case ? do you want to route to a backend represented as a FQDN ?
Hi @arkodg . For now, I have a HAProxy. When the client calls API, it calls HAProxy. Then HAProxy calls Consul to resolve DNS to retrieve the IP of the Backend Service; then it uses IP that to forward traffic upstream. For now, I want to migrate HAProxy to Envoy proxy by the Envoy gateway. The first step is to send traffic to envoy-proxy, then envoy-proxy call to Consul to resolve DNS to get the IP of the Backend Service.
Hi @zirain. That's right
This issue has been automatically marked as stale because it has not had activity in the last 30 days.
HAproxy can resolve DNS by a consul to get the address of the service.
And the same, how to I can config to use consul to resolve DNS ?