Kubernetes - Services
Given this ExternalName service YAML:
What happens when a pod inside the cluster runs
apiVersion: v1 kind: Service metadata: name: ext-service spec: type: ExternalName externalName: api.example.com
What happens when a pod inside the cluster runs
nslookup ext-service?