❓ How DNS works in k8s? In Kubernetes, CoreDNS acts as the central DNS server for the cluster. It is deployed as a Deployment and exposed as a ClusterIP service, making it accessible within the cluster network. All pods query the CoreDNS service to r...
vivekmanne.hashnode.dev6 min read
No responses yet.