Skip to main content

4 docs tagged with "k8s"

View All Tags

CoreDNS

CoreDNS is one of the most robust and cloud-native technologies of DNS Service. It comes with a lot of plugins and configurations and it's easily extensible. has native plugins for Kubernetes and it's the go-to for kube-dns

Pods DNS - Configs and Policies

In Kubernetes Networking everything is virtualized - where inter-pod communication is done via CNI - or better rephrased, this responsibility is from a CNI. In many cases, when Pods are hosted on the same network - the "network" calls never leave the kernel-level and are routed by Linux Namespaces.