in pod

info:
kubectl get ksvc

kubectl get svc

cat /etc/resolv.conf

curl -H "Host: dev-maxilo-t1.apps.example.com" 192.168.1.206:31529 -i

Are you trying to hit the service from another pod in a cluster local way? If so, I believe dev-maxilo-t2.$THE_NAMESPACE should work in your scenario.
Are you trying to hit the service from another pod in a cluster local way? If so, I believe
dev-maxilo-t2.$THE_NAMESPACEshould work in your scenario.
@markusthoemmes
curl dev-maxilo-t2.apps.svc.cluster.local

Do you have the cluster-local gateway installed? Wondering if this is a collapsed error.
@markusthoemmes thx
install knative without eventing, eventing doc not view~
https://knative.dev/docs/install/any-kubernetes-cluster/#installing-the-eventing-component
Note: If your Kubernetes cluster comes with pre-installed Istio, make sure it has cluster-local-gateway deployed. Depending on which Istio version you have, you鈥檇 need to apply the istio-knative-extras.yaml in the corresponding version folder at here.
Most helpful comment
Do you have the cluster-local gateway installed? Wondering if this is a collapsed error.