Tagged articles
30 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Feb 10, 2025 · Cloud Native

How to Build and Visualize a Docker Swarm Cluster with Portainer

This guide walks through installing Docker on Debian hosts, creating a Docker Swarm manager and worker nodes, configuring overlay and bridge networks, deploying Portainer for visual management in both single‑node and swarm modes, launching container services, scaling them, and implementing load‑balanced Nginx services.

Docker SwarmOverlay Networkcontainer orchestration
0 likes · 12 min read
How to Build and Visualize a Docker Swarm Cluster with Portainer
Code Mala Tang
Code Mala Tang
Nov 2, 2024 · Cloud Native

Master Docker Networking: Types, Commands, and Best Practices

This guide explains Docker networking fundamentals, compares bridge, host, none, and overlay networks, shows how to create and manage custom networks, connect containers, expose services, and troubleshoot common issues, providing practical commands and optimization tips for reliable container communication.

ContainersDevOpsDocker
0 likes · 11 min read
Master Docker Networking: Types, Commands, and Best Practices
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Oct 17, 2024 · Cloud Computing

Achieving Zero‑Downtime VM Live Migration in 360 VPC Overlay

This article explains the network interruption issues of VM live migration in 360's VPC overlay (V1), analyzes the root causes, and presents a V2 redesign that eliminates downtime through pre‑loaded forwarding policies, traffic redirection, and streamlined component collaboration.

Overlay NetworkVM live migrationVPC
0 likes · 12 min read
Achieving Zero‑Downtime VM Live Migration in 360 VPC Overlay
Architects' Tech Alliance
Architects' Tech Alliance
Jun 29, 2022 · Fundamentals

VXLAN vs MPLS: Why VXLAN Is Gaining Preference in Metro and Wide‑Area Networks

The article compares VXLAN and MPLS, explaining their underlying virtualization concepts, cost and operational differences, and demonstrates why VXLAN is increasingly favored over MPLS for metro‑area and wide‑area network deployments due to lower hardware costs, simpler engineering, and flexible overlay capabilities.

Data centerMPLSMetro WAN
0 likes · 11 min read
VXLAN vs MPLS: Why VXLAN Is Gaining Preference in Metro and Wide‑Area Networks
Cloud Native Technology Community
Cloud Native Technology Community
Jan 24, 2022 · Cloud Native

Building a Unified Cross‑Cluster Network Plane with Kube‑OVN for TiDB Deployment

The article explains how Kube‑OVN can create a flexible, efficient, and secure cross‑Kubernetes‑cluster network plane to meet user demands such as high availability, multi‑cloud separation, disaster‑recovery, and hybrid‑cloud compliance, and demonstrates its use with TiDB, MySQL, and WordPress workloads.

Cloud NativeCross-Cluster NetworkingKube-OVN
0 likes · 8 min read
Building a Unified Cross‑Cluster Network Plane with Kube‑OVN for TiDB Deployment
Cloud Native Technology Community
Cloud Native Technology Community
Oct 27, 2021 · Cloud Native

How Kube-OVN Transforms Kubernetes Networking for Cloud‑Native Environments

The article provides a comprehensive overview of Kube-OVN, a powerful Kubernetes CNI plugin that leverages OVS to deliver enterprise‑grade overlay and underlay networking, multi‑NIC management, security policies, performance tuning, and monitoring, while also outlining its architecture, usage steps, and community resources.

Cloud Native NetworkingKube-OVNKubernetes CNI
0 likes · 14 min read
How Kube-OVN Transforms Kubernetes Networking for Cloud‑Native Environments
Liangxu Linux
Liangxu Linux
Jun 30, 2021 · Cloud Native

Understanding Overlay vs. Underlay Networks in Kubernetes

This article explains the concepts, mechanisms, and trade‑offs of Overlay and Underlay network models for container networking in Kubernetes, covering VXLAN, MAC VLAN, IP VLAN, and direct‑routing approaches with practical examples and configuration details.

Direct RoutingIP VLANKubernetes
0 likes · 13 min read
Understanding Overlay vs. Underlay Networks in Kubernetes
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
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
MaGe Linux Operations
MaGe Linux Operations
Aug 12, 2020 · Cloud Native

How Docker Bridges Containers: Inside Veth Pairs and Network Namespaces

This article explains how Docker implements container networking using Linux network namespaces, Veth pair devices, bridge interfaces, routing tables, and ARP, demonstrating container-to-container communication on a single host and discussing the limitations of bridge mode for multi‑host scenarios.

Bridge ModeOverlay Networkcontainer-networking
0 likes · 13 min read
How Docker Bridges Containers: Inside Veth Pairs and Network Namespaces
Sohu Tech Products
Sohu Tech Products
Jun 24, 2020 · Cloud Computing

Understanding Overlay Networks and VxLAN in Cloud Computing

This article explains the concept of overlay networks, their implementation with VxLAN, how they enable virtual machine migration, reduce MAC address pressure, and provide large‑scale network isolation in cloud environments, while detailing packet processing steps and design trade‑offs.

KubernetesNetwork VirtualizationOverlay Network
0 likes · 12 min read
Understanding Overlay Networks and VxLAN in Cloud Computing
Architects Research Society
Architects Research Society
Jun 6, 2020 · Cloud Computing

Cisco VXLAN Flood and Learn Spine‑and‑Leaf Network Overview

This article explains Cisco's VXLAN flood‑and‑learn spine‑and‑leaf architecture, covering its standards compliance, encapsulation format, underlay and overlay network design, multicast and ingress replication, host discovery, routing, and multi‑tenant support for both Layer 2 and Layer 3 environments.

CiscoData centerNetwork Virtualization
0 likes · 11 min read
Cisco VXLAN Flood and Learn Spine‑and‑Leaf Network Overview
Architects' Tech Alliance
Architects' Tech Alliance
Nov 8, 2019 · Cloud Computing

High‑Availability Service Based on Internal VIP in Cloud Computing

This article explains how UCloud’s internal VIP solution provides second‑level failover for high‑availability services in cloud overlay networks, detailing traditional approaches, the evolution of broadcast mechanisms, and real‑world use cases such as e‑commerce payment systems and database services.

Overlay NetworkUCloudbroadcast
0 likes · 10 min read
High‑Availability Service Based on Internal VIP in Cloud Computing
iQIYI Technical Product Team
iQIYI Technical Product Team
May 17, 2019 · Operations

Design and Implementation of an SD-WAN Based Network Acceleration Platform

iQIYI’s SD‑WAN‑based Network Acceleration Platform builds an overlay over the existing underlay, separating business control, routing, and data‑forwarding layers to provide automated, policy‑driven acceleration for physical hosts, virtual machines and other services, while offering flexible inter‑node routing, unified management, and fault‑tolerant, QoS‑aware path selection.

BGPNetwork AccelerationOverlay Network
0 likes · 14 min read
Design and Implementation of an SD-WAN Based Network Acceleration Platform
Efficient Ops
Efficient Ops
Mar 5, 2017 · Cloud Native

How Rancher Implements Overlay and Flat Networks with CNI

This article explains Rancher's use of the CNI specification to build IPsec and VXLAN overlay networks, details the evolution of container networking models, and describes how to configure a flat network using custom bridges and ebtables rules for seamless container communication.

CNICloud NativeOverlay Network
0 likes · 17 min read
How Rancher Implements Overlay and Flat Networks with CNI
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
May 22, 2015 · Operations

Case Study: SDN‑Based Overlay/Underlay Network Architecture and Automation at Alibaba

The presentation reviews Alibaba's ongoing transition to a large‑scale, SDN‑driven data‑center network using OpenFlow hybrid switches, VXLAN overlay, automated deployment, and discusses the challenges, solutions, and future directions for network elasticity, hybrid cloud integration, and standardization.

Data centerOpenFlowOverlay Network
0 likes · 11 min read
Case Study: SDN‑Based Overlay/Underlay Network Architecture and Automation at Alibaba