Tagged articles
9 articles
Page 1 of 1
Ops Development Stories
Ops Development Stories
May 15, 2024 · Cloud Native

How Flannel and Containerd Enable Pod IP Allocation in Kubernetes

This article explains how Kubernetes assigns unique IP addresses to Pods using Flannel as the CNI network provider and Containerd as the container runtime, covering underlying concepts like Linux bridges, VXLAN encapsulation, node IPAM, and the interactions among kubelet, CRI, and CNI plugins.

CNIFlannelKubernetes
0 likes · 10 min read
How Flannel and Containerd Enable Pod IP Allocation in Kubernetes
Efficient Ops
Efficient Ops
Nov 3, 2021 · Cloud Native

How Kubernetes Networking Works: Inside Pods, Nodes, and Cross‑Node Communication

This article demystifies Kubernetes networking by explaining the fundamental design of unique Pod IPs, intra‑node communication via veth pairs and bridges, and inter‑node packet routing across CIDR blocks, providing clear step‑by‑step illustrations of how containers talk within and between nodes.

Cloud NativeContainersNetworking
0 likes · 8 min read
How Kubernetes Networking Works: Inside Pods, Nodes, and Cross‑Node Communication
Efficient Ops
Efficient Ops
Sep 7, 2021 · Cloud Native

How Does Kubernetes Networking Really Work? A Visual Deep Dive

This article explains the core principles of Kubernetes networking, covering pod IP allocation, intra‑node communication via veth pairs and bridges, and inter‑node packet routing using CIDR blocks and cloud provider routes, all illustrated with diagrams.

CNICloud NativeNetworking
0 likes · 8 min read
How Does Kubernetes Networking Really Work? A Visual Deep Dive