I have followed the this guide https://knative.dev/docs/serving/cluster-local-route/ to make a service cluster-local.
I am trying to access that service from another service that is inside the cluster using curl command but i always get could not resolve host error.
I have tried to make request with the curl helloworld-default.svc.cluster and curl -H "Host: helloworld-go.default.svc.cluster" http://< cluster_ip > command.
I am missing something? Do i need to make any configuration to Istio virtualService to make it work? (I am running Knative inside GKE)