Tagged articles
4 articles
Page 1 of 1
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.

Cloud NativeContainersNetworking
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.

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