Kubernetes Networking Concepts
Jump to navigation
Jump to search
Internal
Kube-proxy
Pod Network
The DNS Service
Each Kubernetes cluster has an internal DNS service, with a static IP address that is hardcoded into every pod on the cluster. Every new Service is automatically registered with the cluster's DNS service so cluster components can find services by name.