Derek Yu

Results 8 comments of Derek Yu

Hey yes I have followed this guide: https://istio.io/latest/docs/ops/configuration/traffic-management/dns-proxy/ But I'm getting ``` curl -v address.internal * Could not resolve host: address.internal * Closing connection 0 curl: (6) Could not resolve...

Upgraded istio with `istioctl install` and the flags updated in the proxyMetadata and the sample serviceentry host (address.internal) is still unresolvable.

Hi @hzxuzhonghu I tried replicating the setup on a fresh docker desktop cluster and I still can't curl the serviceentry host. I followed the instructions exactly in the doc. Wondering...

Hey @vikaschoudhary16 thanks. I tried with that serviceentry spec with 1.11 and it didn't work unfortunately. I also tried upgrading istiod to latest (1.13.3) in docker desktop cluster `> istioctl...

Thanks! istioctl pc clusters pod-name -n namespace | grep address.internal ``` address.internal 80 - outbound ORIGINAL_DST ``` istioctl pc endpoints pod-name -n namespace | grep address.internal returns nothing And doesn't...

Hey @vikaschoudhary16 or @hzxuzhonghu perhaps, wondering if there's anything I'm missing? At this point, just trying to follow the DNS proxying guide and get the sample service entry working..

Hey @rm250750 still haven't been able to get even the sample service entry in the istio dns proxying guide to work. I reached out in the Slack channel but haven't...