Skip to main content

6 docs tagged with "kubernetes"

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

Finalizers

Finalizers are definitions for how to gargabe some resource within kubernetes

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.