Tagged articles
18 articles
Page 1 of 1
AI Cyberspace
AI Cyberspace
Apr 26, 2023 · Fundamentals

Master Linux Virtual Network Interfaces: Tap, Tun, Veth, Bridge, VLAN, MACVLAN & MACVTAP

This article explains Linux's virtual network devices—including Tap and Tun virtual NICs, Veth-pair links, Bridge bridges, Network namespaces, VLAN sub‑interfaces, MACVLAN and MACVTAP—detailing their architecture, driver components, configuration commands, and practical examples for building isolated or connected virtual networking environments.

LinuxNetwork NamespaceTUN
0 likes · 19 min read
Master Linux Virtual Network Interfaces: Tap, Tun, Veth, Bridge, VLAN, MACVLAN & MACVTAP
Selected Java Interview Questions
Selected Java Interview Questions
Dec 22, 2022 · Cloud Native

Docker Container Networking: Modes, Configuration, and Network Namespace Management

This article provides a comprehensive guide to Docker container networking, covering the default network drivers, the four Docker network modes (bridge, container, host, none), Linux network namespace commands, veth pair creation, inter‑namespace communication, and practical configuration examples such as port mapping, custom bridges, and DNS settings.

Bridge ModeDockerNetwork Namespace
0 likes · 26 min read
Docker Container Networking: Modes, Configuration, and Network Namespace Management
Cloud Native Technology Community
Cloud Native Technology Community
Nov 16, 2022 · Cloud Native

How Do Packets Travel Inside and Outside Kubernetes? A Deep Dive into Pods, Network Namespaces, and CNI

This article explains how Kubernetes forwards packets from the initial web request through container networking, covering the network model, pod creation steps, the role of the pause container, same‑node and cross‑node pod‑to‑pod traffic, service IP translation, and the underlying CNI, iptables, and conntrack mechanisms.

CNIKubernetesNetwork Namespace
0 likes · 28 min read
How Do Packets Travel Inside and Outside Kubernetes? A Deep Dive into Pods, Network Namespaces, and CNI
MaGe Linux Operations
MaGe Linux Operations
Sep 22, 2022 · Cloud Native

How Kubernetes Moves Packets: Inside Pods, CNI, and Network Namespaces

This article explains how Kubernetes forwards packets from the initial web request through container networking, covering the cluster's network model, Linux network namespaces, the role of the pause container, veth pairs, bridges, CNI plugins, and how services use iptables and conntrack for pod-to-pod and pod-to-service communication.

CNIKubernetesLinux
0 likes · 25 min read
How Kubernetes Moves Packets: Inside Pods, CNI, and Network Namespaces
Efficient Ops
Efficient Ops
Apr 18, 2022 · Cloud Native

How Kubernetes Enables Seamless Container Networking: From Docker0 to CNI

This article explains how Kubernetes ensures container-to-container communication using network namespaces, veth pairs, bridges like docker0, and advanced CNI plugins such as Flannel and Calico, detailing their underlying Linux networking components, routing mechanisms, and deployment considerations for both intra‑host and inter‑host scenarios.

BGPCNICalico
0 likes · 19 min read
How Kubernetes Enables Seamless Container Networking: From Docker0 to CNI
Open Source Linux
Open Source Linux
Jul 28, 2021 · Cloud Native

Inside Kubernetes: How Containers Talk via Network Namespaces, Veth Pairs & CNI

This article explains how Kubernetes enables container communication using Linux network namespaces, veth pairs, bridges, iptables, and CNI plugins such as Flannel and Calico, covering both intra‑host networking with docker0 and cross‑host networking modes like overlay, host‑gw, and underlay with BGP routing.

CNIKubernetesNetwork Namespace
0 likes · 19 min read
Inside Kubernetes: How Containers Talk via Network Namespaces, Veth Pairs & CNI
Open Source Linux
Open Source Linux
Jan 30, 2021 · Cloud Native

How Containers Communicate in Kubernetes: Network Basics and CNI Explained

This article explains the fundamental principles of container networking in Kubernetes, covering pod-to-pod communication, Linux network namespaces, veth pairs, Docker bridge, and advanced CNI plugins such as Flannel and Calico, including their overlay, routing, and underlay modes with practical command examples.

CNICalicoFlannel
0 likes · 19 min read
How Containers Communicate in Kubernetes: Network Basics and CNI Explained
Alibaba Cloud Native
Alibaba Cloud Native
Oct 28, 2019 · Cloud Native

Understanding Kubernetes’ Core Network Model: From Pods to Policies

This article explains Kubernetes’ fundamental network model, detailing the three core constraints and four design goals, exploring network namespaces, comparing Underlay and Overlay approaches, reviewing popular CNI solutions such as Flannel, Calico, Cilium and WeaveNet, and outlining practical NetworkPolicy configuration steps.

CNIKubernetesNetwork Namespace
0 likes · 12 min read
Understanding Kubernetes’ Core Network Model: From Pods to Policies