Tagged articles
91 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Dec 11, 2025 · Operations

Master Container Networking: From Basics to Advanced Kubernetes Practices

This comprehensive guide explores container networking fundamentals, Docker network modes, Kubernetes CNI plugins, network security policies, monitoring, troubleshooting, and performance optimization, providing practical commands and configuration examples for operations engineers.

CNIDockerKubernetes
0 likes · 20 min read
Master Container Networking: From Basics to Advanced Kubernetes Practices
Linux Tech Enthusiast
Linux Tech Enthusiast
Sep 1, 2025 · Cloud Native

Six Diagrams Explain Docker Container Network Configuration

This article walks through Docker’s built‑in networks, details the four network modes (bridge, host, none, container), shows how to create and inspect network namespaces, configure veth pairs, map ports, set DNS and custom bridges, and provides concrete command‑line examples and diagrams.

DockerHostNetwork Modes
0 likes · 27 min read
Six Diagrams Explain Docker Container Network Configuration
Raymond Ops
Raymond Ops
Aug 10, 2025 · Operations

Master Docker Container Networking: 3 Methods and Practical Link Examples

This guide explains Docker container networking on a CentOS host, covering three connection methods, the use and principles of the --link option, and step‑by‑step commands to create MySQL and CentOS containers, test connectivity, and access MySQL from the CentOS container.

Docker linkcontainer networking
0 likes · 7 min read
Master Docker Container Networking: 3 Methods and Practical Link Examples
MaGe Linux Operations
MaGe Linux Operations
Jul 14, 2025 · Cloud Native

Master Container Networking: From Basics to Advanced CNI Strategies for 30K Ops Jobs

This comprehensive guide explores container networking fundamentals, Docker and Kubernetes network models, popular CNI plugins, security policies, monitoring, troubleshooting, and performance optimization, providing practical commands and best‑practice recommendations to help operations engineers master the technology and excel in high‑paying network‑focused roles.

CNIKubernetescontainer networking
0 likes · 25 min read
Master Container Networking: From Basics to Advanced CNI Strategies for 30K Ops Jobs
21CTO
21CTO
Jan 30, 2025 · Cloud Native

How ByteDance Uses eBPF netkit to Replace veth for Faster Container Networking

ByteDance engineers are adopting the Linux kernel's new netkit feature, an eBPF‑based container network device that bypasses veth's L2 bottlenecks, delivering up to 10% performance gains and lower CPU usage while maintaining compatibility with existing workloads.

Cloud NativeVethcontainer networking
0 likes · 7 min read
How ByteDance Uses eBPF netkit to Replace veth for Faster Container Networking
Linux Code Review Hub
Linux Code Review Hub
Dec 4, 2024 · Cloud Native

How Dahua and openEuler’s Kmesh‑bwm Cut Latency 50% and Double Container Density

Facing bandwidth contention when high‑volume video analytics compete with online services, Dahua partnered with the openEuler community to replace the tc htb limiter with an eBPF‑based Kmesh‑bwm solution that introduces lock‑free packet scheduling, directional monitoring and multi‑priority bandwidth guarantees, achieving over 50 % latency reduction, more than 50 % increase in container deployment density, and roughly 30 % overall resource savings.

KmeshQoSVideo Streaming
0 likes · 6 min read
How Dahua and openEuler’s Kmesh‑bwm Cut Latency 50% and Double Container Density
The Dominant Programmer
The Dominant Programmer
Oct 17, 2024 · Cloud Native

Understanding Docker0 and Custom Docker Networks: Practical Examples

This article walks through Docker's default docker0 bridge, explains how containers obtain IP addresses via veth‑pair interfaces, demonstrates inspecting container IPs, and shows how to create and use custom bridge networks so containers can communicate by name or IP, including adding existing containers to the new network.

Dockerbridgecontainer networking
0 likes · 6 min read
Understanding Docker0 and Custom Docker Networks: Practical Examples
Cloud Native Technology Community
Cloud Native Technology Community
Sep 4, 2024 · Cloud Native

Debugging Kubernetes Container Networks with nsenter and Temporary Pods

This article explains how to use the nsenter tool to enter a container's network namespace for packet capture and other host‑level debugging, provides scripts for logging into Kubernetes nodes, shows a DaemonSet deployment for persistent access, and compares nsenter with the newer kubectl debug temporary container approach.

Cloud NativeDaemonSetKubernetes
0 likes · 5 min read
Debugging Kubernetes Container Networks with nsenter and Temporary Pods
MaGe Linux Operations
MaGe Linux Operations
Mar 30, 2024 · Cloud Native

How Docker’s bridge0 (docker0) Works: Inside the Container Network Bridge

This article explains Docker's default docker0 bridge, how it creates a virtual Ethernet pair for each container, the role of IP addresses and routing, how iptables NAT and filter rules enable container‑to‑host and container‑to‑container communication, and how to customize the bridge and DNS settings.

DockerLinuxNetwork Bridge
0 likes · 10 min read
How Docker’s bridge0 (docker0) Works: Inside the Container Network Bridge
vivo Internet Technology
vivo Internet Technology
Dec 13, 2023 · Artificial Intelligence

Practice of Multi-NIC Container Network Acceleration for Offline Training

The talk explains how Vivo leverages a Kubernetes‑based solution that combines Calico and RoCEv2 to migrate offline training workloads from single‑NIC to multi‑NIC, integrating loss‑less RDMA, planning topology and IP allocation, and employing Volcano, SpiderPool, Macvlan, and Multus CNI for efficient container networking.

Cloud NativeKubernetesMulti-NIC
0 likes · 4 min read
Practice of Multi-NIC Container Network Acceleration for Offline Training
MaGe Linux Operations
MaGe Linux Operations
Nov 5, 2023 · Cloud Native

How to Deploy and Test Multus CNI for Multi‑Network Pods in Kubernetes

This guide explains why Multus CNI is needed for multi‑network pods in Kubernetes, describes its architecture, walks through installing Multus alongside Calico and Flannel, shows how to configure NetworkAttachmentDefinitions, adjust Calico’s NIC selection, and demonstrates testing pod connectivity and routing limitations.

CalicoFlannelKubernetes
0 likes · 22 min read
How to Deploy and Test Multus CNI for Multi‑Network Pods in Kubernetes
AI Cyberspace
AI Cyberspace
Jun 12, 2023 · Cloud Native

Master Docker Container Networking: From Bridge to Overlay and Beyond

This article explains Docker's container networking concepts—including the CNM model, native drivers, bridge, host, macvlan, none modes, port mapping, overlay SDN—as well as storage options and Compose orchestration techniques for building robust cloud‑native applications.

ComposeDockerMacvlan
0 likes · 20 min read
Master Docker Container Networking: From Bridge to Overlay and Beyond
Top Architect
Top Architect
Feb 21, 2023 · Cloud Native

Docker Container Networking and Network Modes Explained

This article provides a comprehensive guide to Docker container networking, covering the default networks, the four network modes (bridge, container, host, none), Linux network namespaces, veth pair creation, and practical container operations such as hostname configuration, DNS settings, port mapping, and custom bridge setup.

DockerHostLinux Namespace
0 likes · 27 min read
Docker Container Networking and Network Modes Explained
Architect's Guide
Architect's Guide
Feb 20, 2023 · Cloud Native

Docker Container Networking and Network Modes Explained

This article provides a comprehensive guide to Docker container networking, covering the default networks, the four network modes (bridge, host, none, container), virtual Ethernet pairs, Linux network namespaces, and practical configuration examples such as port mapping and custom bridge creation.

ContainerHostNetwork Modes
0 likes · 26 min read
Docker Container Networking and Network Modes Explained
Alibaba Cloud Native
Alibaba Cloud Native
Jan 18, 2023 · Cloud Native

Decoding Terway ENI‑Trunking: Data‑Plane Paths and SOP Scenarios in Alibaba Cloud

This article provides a deep technical walkthrough of Alibaba Cloud's Terway ENI‑Trunking mode, explaining its architecture, pod‑level networking resources, VLAN‑based traffic steering, security‑group handling, and ten concrete SOP scenarios that illustrate how data packets travel between pods, services, and external clients.

Cloud Native NetworkingENI-TrunkingKubernetes
0 likes · 29 min read
Decoding Terway ENI‑Trunking: Data‑Plane Paths and SOP Scenarios in Alibaba Cloud
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
Open Source Linux
Open Source Linux
Nov 28, 2022 · Cloud Native

Master Docker Networking: Bridge, Host, Container & None Modes

This guide details Docker's built‑in network drivers, explains the four primary network modes—bridge, host, container, and none—covers creating and managing network namespaces, veth pairs, custom bridges, and common container operations such as port mapping, DNS configuration, and hostname handling.

ContainerDockerHost
0 likes · 28 min read
Master Docker Networking: Bridge, Host, Container & None Modes
Architect
Architect
Nov 17, 2022 · Cloud Native

Docker Container Network Modes and Configuration Guide

This article explains Docker's default networks, the four network modes (bridge, host, none, container), how to configure each mode, create custom bridges, use veth pairs, and perform common container networking operations such as port mapping and DNS settings.

DockerNetwork ModesVeth
0 likes · 27 min read
Docker Container Network Modes and Configuration Guide
ByteDance SYS Tech
ByteDance SYS Tech
Nov 1, 2022 · Operations

How eBPF Can Cut Container Network Latency by Up to 82%

Using eBPF to bypass traditional bridge, netfilter, and routing steps, this article demonstrates how container network packet forwarding can be accelerated, reducing receive and transmit latency by around 40‑82%, with detailed perf‑ftrace analysis, code examples, and performance comparisons of three forwarding modes.

Linux kernelcontainer networkingeBPF
0 likes · 14 min read
How eBPF Can Cut Container Network Latency by Up to 82%
Cloud Native Technology Community
Cloud Native Technology Community
Sep 1, 2022 · Cloud Native

How to Supercharge Kube-OVN Performance: Benchmarks and Tuning Guide

This guide presents Kube-OVN performance benchmarks, explains the testing environment and qperf commands, and provides step‑by‑step data‑plane optimization techniques—including CPU mode, NIC queue tuning, tuned profiles, interrupt binding, OVN LB disabling, FastPath module, OVS kernel compilation, and STT tunnel activation—to help administrators achieve lower latency and higher throughput in Kubernetes clusters.

Kube-OVNKubernetesOVN
0 likes · 12 min read
How to Supercharge Kube-OVN Performance: Benchmarks and Tuning Guide
Alibaba Cloud Native
Alibaba Cloud Native
May 30, 2022 · Cloud Native

How Raven Enables Non-Intrusive Cross-Edge Container Networking in OpenYurt v0.7.0

OpenYurt v0.7.0 introduces the Raven solution, a non‑intrusive, encrypted‑tunnel based approach that seamlessly connects pods across public‑cloud, edge‑to‑edge, and edge‑to‑cloud environments without modifying existing CNI plugins, while also adding EdgeX Foundry LTS support, Kubernetes 1.22 compatibility, and IPv6 networking.

Cloud NativeEdge ComputingKubernetes
0 likes · 8 min read
How Raven Enables Non-Intrusive Cross-Edge Container Networking in OpenYurt v0.7.0
Cloud Native Technology Community
Cloud Native Technology Community
May 23, 2022 · Cloud Native

How Kube-OVN Redefines Cloud‑Native Networking for Modern Enterprises

This article reviews the evolution of cloud‑native networking in China, analyzes platformization and underlay trends, explains the technical challenges of traditional CNI solutions, and details Kube‑OVN's architecture, features, and roadmap as a comprehensive enterprise‑grade Kubernetes networking platform.

CNICloud Native NetworkingKube-OVN
0 likes · 21 min read
How Kube-OVN Redefines Cloud‑Native Networking for Modern Enterprises
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
Cloud Native Technology Community
Cloud Native Technology Community
Apr 6, 2022 · Cloud Native

How Kube-OVN Enables Financial‑Grade Cloud‑Native Networking for Large Banks

This article presents a detailed, bank‑focused cloud‑native networking solution that leverages Kube-OVN's overlay/underlay dual‑stack architecture, OVS‑based performance, and security features to meet the high‑availability, high‑throughput, and regulatory demands of large financial institutions.

Kube-OVNOpen vSwitchbank IT infrastructure
0 likes · 9 min read
How Kube-OVN Enables Financial‑Grade Cloud‑Native Networking for Large Banks
Efficient Ops
Efficient Ops
Feb 27, 2022 · Cloud Native

Master Single-Host Container Networking with Linux Namespaces, veth, and Bridges

Learn how to virtualize network resources on a single Linux host using network namespaces, virtual Ethernet devices, bridges, and NAT, enabling isolated containers to communicate with each other, the host, and the external internet without complex code, while covering setup, routing, and port publishing.

Linux NamespacesNATVeth
0 likes · 28 min read
Master Single-Host Container Networking with Linux Namespaces, veth, and Bridges
Open Source Linux
Open Source Linux
Jan 26, 2022 · Cloud Native

How to Build Isolated Single‑Host Container Networks Without Writing Code

This tutorial walks through the fundamentals of single‑host container networking on Linux, covering network namespaces, virtual Ethernet (veth) pairs, bridges, IP routing, NAT, port publishing, Docker network drivers, and rootless container considerations, all with step‑by‑step commands and explanations.

DockerLinux NamespacesNAT
0 likes · 28 min read
How to Build Isolated Single‑Host Container Networks Without Writing Code
MaGe Linux Operations
MaGe Linux Operations
Jan 15, 2022 · Cloud Native

Master Single‑Host Container Networking with Linux Namespaces, veth and Bridges

This tutorial walks through building isolated, virtualized networking for containers on a single Linux host using network namespaces, virtual Ethernet pairs, Linux bridges, IP routing, NAT, and iptables rules, enabling inter‑container communication, host access, and external connectivity without writing any custom code.

Linux NamespacesVethbridge
0 likes · 31 min read
Master Single‑Host Container Networking with Linux Namespaces, veth and Bridges
Alibaba Cloud Native
Alibaba Cloud Native
Oct 16, 2021 · Cloud Native

How Vivo Built a Hybrid‑Cloud AI Platform with Kubernetes and ACK

This article details how vivo AI's research institute created a hybrid‑cloud AI computing platform by integrating on‑premise bare‑metal servers with Alibaba Cloud ACK, using Kubernetes, Calico, and Terway to achieve elastic GPU resources, advanced storage features, and cost‑effective scaling for deep‑learning workloads.

AI PlatformCloud NativeKubernetes
0 likes · 10 min read
How Vivo Built a Hybrid‑Cloud AI Platform with Kubernetes and ACK
Cloud Native Technology Community
Cloud Native Technology Community
Sep 16, 2021 · Cloud Native

Kube-OVN Survey Report: Container Network Usage and Kube-OVN Adoption Trends (Second Edition)

The second‑edition Kube‑OVN survey collected 267 valid responses from diverse industries, revealing increased container deployment on virtual machines, a rise in public‑cloud usage, a jump in Kube‑OVN adoption to 40%, growing demand for IPv6/dual‑stack and multi‑tenant networking, and user expectations centered on KubeVirt, VPC enhancements, and eBPF integration.

CNIKube-OVNKubernetes
0 likes · 6 min read
Kube-OVN Survey Report: Container Network Usage and Kube-OVN Adoption Trends (Second Edition)
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
MaGe Linux Operations
MaGe Linux Operations
Jul 21, 2021 · Operations

Why Container Networking Is Simpler Than You Think: A Hands‑On Guide

This article demystifies single‑host container networking by explaining network namespaces, virtual Ethernet pairs, Linux bridges, routing, NAT with iptables, Docker network drivers and rootless container limitations, while providing step‑by‑step commands and code snippets for practical implementation.

DockerLinux NamespacesVeth
0 likes · 28 min read
Why Container Networking Is Simpler Than You Think: A Hands‑On Guide
Efficient Ops
Efficient Ops
Jul 4, 2021 · Cloud Native

Master Single-Host Container Networking with Namespaces, veth, Bridges & NAT

This guide walks through building isolated single‑host container networks on Linux using network namespaces, virtual Ethernet pairs, bridges, routing and NAT, showing step‑by‑step commands to create, connect, and expose containers, troubleshoot connectivity, and understand Docker’s networking models.

DockerLinux NamespacesNAT
0 likes · 29 min read
Master Single-Host Container Networking with Namespaces, veth, Bridges & NAT
MaGe Linux Operations
MaGe Linux Operations
May 30, 2021 · Cloud Native

Unlocking Container Networking: Simple Linux Tools for Isolated Networks

This article demystifies single‑host container networking by explaining network namespaces, virtual Ethernet (veth) pairs, Linux bridges, IP routing, NAT masquerading, port publishing, and the differences between Docker and rootless container networking, all with practical command‑line examples.

DockerLinux NamespacesVeth
0 likes · 30 min read
Unlocking Container Networking: Simple Linux Tools for Isolated Networks
Qunar Tech Salon
Qunar Tech Salon
May 29, 2021 · Cloud Native

How Qunar Scales Kubernetes Networking with Calico: Architecture & Lessons

This article details Qunar's adoption of Calico as a CNI solution, covering its three‑layer architecture, core components, large‑scale deployment practices, IPAM behavior, pod‑to‑pod and pod‑to‑external traffic flows, encountered issues, and the overall benefits for a production Kubernetes environment.

BGPCNICalico
0 likes · 11 min read
How Qunar Scales Kubernetes Networking with Calico: Architecture & Lessons
Cloud Native Technology Community
Cloud Native Technology Community
May 14, 2021 · Cloud Native

What’s Next for Kube-OVN? Roadmap, Multi‑Cloud Networking & eBPF Innovations

The 2021 Container Network Technology Conference celebrated Kube-OVN’s anniversary, showcasing its mature multi‑tenant, cross‑cluster, and hardware‑accelerated networking features, outlining a roadmap focused on performance, eBPF‑based security and monitoring, and highlighting real‑world deployments with partners such as Intel, F5, banks and telecom operators.

Cloud NativeKube-OVNKubernetes
0 likes · 10 min read
What’s Next for Kube-OVN? Roadmap, Multi‑Cloud Networking & eBPF Innovations
Infra Learning Club
Infra Learning Club
May 13, 2021 · Cloud Native

Understanding Kubernetes Networking: Single‑Node Basics to Cross‑Host Overlay & Underlay

This article explains the fundamentals of Kubernetes container networking, covering the network stack, bridge, veth pairs, host networking, ARP resolution, and then dives into cross‑host communication methods, comparing Overlay solutions such as Flannel and Calico with Underlay approaches like BGP, illustrated with concrete commands and diagrams.

BGPCalicoFlannel
0 likes · 22 min read
Understanding Kubernetes Networking: Single‑Node Basics to Cross‑Host Overlay & Underlay
Open Source Linux
Open Source Linux
Apr 15, 2021 · Cloud Native

Understanding Docker Container Networking: Modes, Overlay, and Beyond

This article explains Docker's container networking fundamentals, covering single‑host communication modes (host, bridge, none, container‑shared, custom), their advantages and drawbacks, and then delves into cross‑host solutions such as overlay, Weave, and Calico, comparing their architectures and performance implications.

Bridge ModeCalicoDocker
0 likes · 21 min read
Understanding Docker Container Networking: Modes, Overlay, and Beyond
Efficient Ops
Efficient Ops
Oct 28, 2020 · Cloud Native

How Container Networking Shapes Modern Cloud‑Native Architectures

This article explains why containers and Docker are popular, outlines the network and security challenges of building container cloud platforms, compares bridge, host, container and none networking modes, reviews major CNI solutions such as Calico, Flannel, Weave and Macvlan, and discusses how service mesh complements CNI in multi‑cluster environments.

CNICloud NativeDocker
0 likes · 14 min read
How Container Networking Shapes Modern Cloud‑Native Architectures
StarRing Big Data Open Lab
StarRing Big Data Open Lab
Aug 18, 2020 · Cloud Native

Why Overlay Networks Matter: Deep Dive into Flannel’s UDP, VXLAN, and Host‑gw Modes

This article explains why Kubernetes requires an overlay network, describes Docker’s virtual bridge limitations, introduces Flannel’s architecture and its three data‑forwarding modes—UDP, VXLAN, and host‑gw—detailing their mechanisms, performance trade‑offs, and how the StarRing TCOS platform leverages these modes for different cluster sizes and network topologies.

FlannelKubernetesOverlay Network
0 likes · 13 min read
Why Overlay Networks Matter: Deep Dive into Flannel’s UDP, VXLAN, and Host‑gw Modes
Cloud Native Technology Community
Cloud Native Technology Community
Jun 16, 2020 · Cloud Native

Understanding Cloud‑Native Networking: Practices, Open‑Source Implementations, and Challenges from Lingque Cloud’s Kube‑OVN Project

The article summarizes Liu Mengxin’s June 11 talk on cloud‑native networking, covering its definition, basic requirements, open‑source CNI implementations, control‑ and data‑plane designs, and the functional, operational, security, and performance challenges faced when deploying container networks at scale.

CNIKube-OVNKubernetes
0 likes · 9 min read
Understanding Cloud‑Native Networking: Practices, Open‑Source Implementations, and Challenges from Lingque Cloud’s Kube‑OVN Project
Liangxu Linux
Liangxu Linux
Jun 9, 2020 · Cloud Native

Master Docker: From Basics to Advanced Container Management and Registry

This comprehensive guide walks you through Linux containers, Docker fundamentals, installation, command‑line usage, image lifecycle, Dockerfile creation, registry setup (including authentication), Docker Compose orchestration, networking options, restart policies, Harbor deployment, best practices, and monitoring techniques.

Cloud NativeContainersDocker
0 likes · 37 min read
Master Docker: From Basics to Advanced Container Management and Registry
Architects Research Society
Architects Research Society
Feb 29, 2020 · Cloud Native

Performance Comparison of Kubernetes Container Network Solutions: Flannel, IPvlan, VXLAN, Host‑GW, and AWS‑VPC

This study evaluates Kubernetes container networking options—Docker host networking, Flannel, IPvlan, VXLAN, host‑gw, and AWS‑VPC—by measuring latency, throughput, and installation cost under high‑load conditions, revealing IPvlan as the lowest‑latency, highest‑throughput solution while host‑gw offers a balanced, low‑dependency alternative.

Cloud NativeFlannelKubernetes
0 likes · 13 min read
Performance Comparison of Kubernetes Container Network Solutions: Flannel, IPvlan, VXLAN, Host‑GW, and AWS‑VPC
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
Architects' Tech Alliance
Architects' Tech Alliance
Sep 18, 2019 · Cloud Native

How Docker Handles Service Discovery and Load Balancing: Strategies and Trade‑offs

This article explains Docker’s origins, core concepts, and the challenges of container IP volatility, then compares client‑side and server‑side service discovery methods, evaluates DNS, LVS/IPVS, Nginx and HAProxy solutions, and presents practical load‑balancing architectures—including dynamic SLB integration and rolling‑update strategies—for reliable container deployments.

Cloud NativeDockercontainer networking
0 likes · 14 min read
How Docker Handles Service Discovery and Load Balancing: Strategies and Trade‑offs
Ctrip Technology
Ctrip Technology
May 7, 2019 · Cloud Computing

Evolution of Ctrip’s Cloud Network Architecture: From VLAN to SDN and Cloud‑Native Solutions

This article details Ctrip’s multi‑generation cloud networking solutions, tracing the progression from early VLAN‑based Layer‑2 designs through SDN‑enabled large‑scale networks to container‑centric and cloud‑native architectures, highlighting hardware topologies, software integrations, and operational lessons for large‑scale data‑center environments.

SDNcloud computingcontainer networking
0 likes · 36 min read
Evolution of Ctrip’s Cloud Network Architecture: From VLAN to SDN and Cloud‑Native Solutions
Efficient Ops
Efficient Ops
May 4, 2019 · Cloud Native

From VLAN to Cloud‑Native: Ctrip’s Multi‑Generation Network Evolution

This article chronicles Ctrip’s network architecture evolution—from early VLAN‑based private‑cloud designs, through SDN‑enabled large‑layer‑2 solutions, to container‑aware hybrid‑cloud and cloud‑native approaches like Cilium—offering practical insights and lessons for large‑scale network engineers and teams.

CiliumSDNcloud networking
0 likes · 31 min read
From VLAN to Cloud‑Native: Ctrip’s Multi‑Generation Network Evolution
Efficient Ops
Efficient Ops
Aug 6, 2018 · Cloud Native

How We Built a Hybrid Container‑VM Private Cloud: Lessons from a Large‑Scale Deployment

This article details the challenges and solutions encountered while transitioning a rapidly growing financial services platform from a VM‑centric private cloud to a hybrid environment that combines containers and virtual machines, covering network integration, IP management, container image standards, resource isolation, scheduling compatibility, and future lightweight container strategies.

Cloud NativeMacvlanOperations
0 likes · 10 min read
How We Built a Hybrid Container‑VM Private Cloud: Lessons from a Large‑Scale Deployment
Efficient Ops
Efficient Ops
Jun 8, 2017 · Cloud Native

How Meizu Built a Scalable Private Cloud with Kubernetes: Lessons and Practices

This article details Meizu’s private cloud platform built on Kubernetes, covering cluster architecture, single-image deployment, master and minion configurations, Calico networking, 4/7‑layer load balancing, monitoring with Prometheus, logging pipelines, automated deployment, multi‑datacenter strategies, and performance optimizations for a robust, low‑cost infrastructure.

Kubernetescontainer networkingload balancing
0 likes · 14 min read
How Meizu Built a Scalable Private Cloud with Kubernetes: Lessons and Practices
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
May 11, 2017 · Cloud Computing

How Huawei Leverages Open Source to Accelerate Cloud Transformation at OSCON 2017

At OSCON 2017 in Austin, Huawei’s chief architect highlighted the rapid growth of China’s open‑source market and showcased the company’s open‑source cloud stack—including OpenStack‑based IaaS, OpenSDS storage, iCAN container networking, and DevOps tools—aimed at speeding customers’ digital transformation.

container networking
0 likes · 5 min read
How Huawei Leverages Open Source to Accelerate Cloud Transformation at OSCON 2017
Architect
Architect
Mar 11, 2016 · Cloud Native

Mainstream Container SDN Technologies and Microservice Practice Analysis

The article reviews the challenges Docker introduces to traditional virtualization networks, explains the concepts of SDN, compares three open‑source container SDN solutions (Flannel, Calico, Weave), and details Qiniu's practical implementation of overlay networking, OpenFlow control, service discovery, load balancing, and security groups for microservice architectures.

Cloud NativeKubernetesMicroservices
0 likes · 20 min read
Mainstream Container SDN Technologies and Microservice Practice Analysis
ITPUB
ITPUB
Feb 22, 2016 · Cloud Native

Why Linux veth Devices Miss TCP Checksums in Containers and How to Fix It

A Linux kernel bug caused virtual Ethernet (veth) devices in container environments to ignore TCP checksum validation, leading to corrupted data reaching applications, and the article explains the incident, investigation, reproducible tests, root cause in the veth driver, and the patch that resolves the issue.

DockerKubernetesLinux
0 likes · 11 min read
Why Linux veth Devices Miss TCP Checksums in Containers and How to Fix It