Shivam Gautamshivamgautam.hashnode.dev·Aug 17, 2024CoreDNS in Kubernetes : Day 30/31 of 40daysofkubernetesIntroduction In a Kubernetes cluster, services and pods often need to communicate with each other. This requires reliable and efficient name resolution to convert service names into IP addresses. Without an effective DNS service, managing network tra...Discuss·1 like·35 reads40daysofkubernetesKubernetes
Gopi Vivek Mannevivekmanne.hashnode.dev·Aug 9, 2024Day 31/40 Days of K8s: CoreDNS in Kubernetes !!❓ 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...Discuss·31 reads𝐂𝐊𝐀𝐒𝐞𝐫𝐢𝐞𝐬-𝟐𝟎𝟐𝟒 🚀🎯coreDNS
Ashutosh Mahajanashutoshamblogs.hashnode.dev·Jul 23, 2024Understanding Cluster DNS in Kubernetes🗼Introduction DNS (Domain Name System) is a fundamental component of any networking setup, including Kubernetes clusters. Kubernetes deploys a built-in DNS server by default, which is essential for service discovery within the cluster. This blog wil...Discuss·33 readsKubernetes Application Developer ProgramcoreDNS
Khaja Moinuddin Mohammedmoinuddin14.hashnode.dev·Jul 27, 2023Deep dive into CoreDNSIntroduction CoreDNS is a flexible, extensible DNS server that is written in Go and can be used for service discovery, configuration management, and other networking tasks, offering advanced features and plugins for customization. In 2016, Miek Giebe...Discuss·169 readscoreDNS