Kubernetes DNS: Each Kubernetes service is assigned a DNS name (e.g.,?
service-name.namespace.svc.cluster.local). Kubernetes automatically
registers services and their IP addresses with the DNS system.
- For example, a service named payment-service in the default
namespace can be accessed at
payment-service.default.svc.cluster.local.