Kubernetes DNS for Services and Pods

Kubernetes provides DNS-based service discovery for Services and Pods within a cluster. DNS records are automatically created for Services, allowing workloads to locate services by name rather than by IP address.

API entry from apis.yml

apis.yml Raw ↑
aid: kubernetes-services:kubernetes-dns
name: Kubernetes DNS for Services and Pods
description: Kubernetes provides DNS-based service discovery for Services and Pods within a cluster. DNS
  records are automatically created for Services, allowing workloads to locate services by name rather
  than by IP address.
humanURL: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/
tags:
- DNS
- Kubernetes
- Networking
- Service Discovery
properties:
- type: Documentation
  url: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/