You have a Service named 'web' in namespace 'default'. Which DNS name resolves to the Service's ClusterIP?
This is the standard Service DNS name.
Why this answer
The DNS name for a Service follows the pattern <service>.<namespace>.svc.cluster.local. So 'web.default.svc.cluster.local' resolves to the Service's ClusterIP.