Tag

Pod IP

0 views collected around this technical thread.

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.

CNIFlannelNetworking
0 likes · 10 min read
How Flannel and Containerd Enable Pod IP Allocation in Kubernetes
Tencent Cloud Developer
Tencent Cloud Developer
Jul 27, 2023 · Cloud Native

Kubernetes Pod IP Allocation: CIDR, Lifecycle, CNI IPAM, Dual‑Stack and IP Reservation

The article explains how Kubernetes allocates Pod IPs—from cluster and node CIDR configuration, through the kubelet‑driven Pod lifecycle and CNI IPAM process, including dual‑stack support, hostNetwork handling, and optional IP reservation/reclamation mechanisms for stable stateful workloads.

CNIDual-StackIPAM
0 likes · 21 min read
Kubernetes Pod IP Allocation: CIDR, Lifecycle, CNI IPAM, Dual‑Stack and IP Reservation
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.

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