Tag

Pod Network

0 views collected around this technical thread.

Efficient Ops
Efficient Ops
Dec 15, 2022 · Cloud Native

Demystifying Kubernetes Service Discovery: How Services Keep Pods Connected

This article explains Kubernetes service discovery by first covering essential network concepts, then detailing how Services, DNS, Endpoints, and kube-proxy work together to provide stable, load‑balanced communication between dynamic Pods in a cluster.

ClusterIPCoreDNSPod Network
0 likes · 14 min read
Demystifying Kubernetes Service Discovery: How Services Keep Pods Connected
Practical DevOps Architecture
Practical DevOps Architecture
Feb 19, 2021 · Cloud Native

Understanding the Pod Network Model in Kubernetes

This article explains the Kubernetes pod network concept, describing how each pod receives a unique IP, how intra‑node and inter‑node pod communication works, and the role of the infra container and network bridges in enabling seamless IP addressing across the cluster.

ContainersNetworkingPod Network
0 likes · 4 min read
Understanding the Pod Network Model in Kubernetes
Cloud Native Technology Community
Cloud Native Technology Community
Mar 13, 2020 · Cloud Native

Understanding Kubernetes Service Discovery and Networking

This article explains how Kubernetes provides stable service discovery by using a flat pod network, Service objects with immutable front‑ends and dynamic back‑ends, DNS registration, Endpoints, and kube‑proxy iptables/IPVS rules to route traffic from virtual ClusterIP addresses to healthy pods.

ClusterIPDNSPod Network
0 likes · 11 min read
Understanding Kubernetes Service Discovery and Networking