Tagged articles
190 articles
Page 2 of 2
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
Cloud Native Technology Community
Cloud Native Technology Community
May 17, 2022 · Cloud Native

Technical Overview of Kube-OVN Based Network Solution for Mixed VM and Container Environments

This article presents a detailed technical overview of how ByteDance selected Kube-OVN for a mixed virtual‑machine and container networking scenario, describes the initial network design, identifies performance issues, and outlines three improvement plans including OVS‑DPDK, source‑route optimization, and a switch from Geneve to VXLAN.

CNIDPDKKube-OVN
0 likes · 7 min read
Technical Overview of Kube-OVN Based Network Solution for Mixed VM and Container Environments
IT Architects Alliance
IT Architects Alliance
May 9, 2022 · Cloud Native

Mastering Kubernetes: Core Concepts from Container Ops to Network Isolation

This article provides a comprehensive overview of Kubernetes, covering container operation fundamentals, multi‑site deployment models, service discovery mechanisms, shared pod resources, common CNI plugins, layered load‑balancing approaches, isolation dimensions, and essential network model principles for large‑scale clusters.

CNICloud NativeKubernetes
0 likes · 13 min read
Mastering Kubernetes: Core Concepts from Container Ops to Network Isolation
Top Architect
Top Architect
May 6, 2022 · Cloud Native

Comprehensive Guide to Kubernetes Architecture, Service Discovery, and Load Balancing

This article provides an in‑depth overview of Kubernetes container operations, covering its core components, multi‑center deployment, four‑layer service discovery, pod resource sharing, common CNI plugins, seven‑layer load balancing, isolation dimensions, and network model principles, while also offering interview resources and community links.

CNIPod Architecturecontainer orchestration
0 likes · 13 min read
Comprehensive Guide to Kubernetes Architecture, Service Discovery, and Load Balancing
Open Source Linux
Open Source Linux
May 6, 2022 · Cloud Native

What’s New in Kubernetes 1.24? A Deep Dive into Major Features and Changes

Kubernetes 1.24 introduces 46 enhancements—including dockershim removal, default‑disabled beta APIs, signed release artifacts, OpenAPI v3 support, storage capacity tracking, CSI volume expansion, and new priority options—while also detailing CNI version considerations, upgraded runtimes, and how to access the release notes and tutorials.

1.24CNICloud Native
0 likes · 10 min read
What’s New in Kubernetes 1.24? A Deep Dive into Major Features and Changes
Cloud Native Technology Community
Cloud Native Technology Community
May 5, 2022 · Cloud Native

What’s New in Kubernetes 1.24? Key Features and Changes Explained

Kubernetes 1.24, released in early 2022, introduces 46 enhancements—including the removal of dockershim, default‑off test APIs, signed release artifacts, OpenAPI v3 support, GA storage capacity tracking and volume expansion, new CNI requirements, and numerous API graduations—while also deprecating or deleting several legacy components.

CNICloud NativeFeature Highlights
0 likes · 18 min read
What’s New in Kubernetes 1.24? Key Features and Changes Explained
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
Mar 29, 2022 · Cloud Native

Can eBPF Replace Netfilter? Boosting Kubernetes Network Performance

This article examines the performance limitations of Kubernetes pod, service, and network‑policy layers built on the kernel Netfilter framework, explores eBPF‑based alternatives such as tc‑ebpf and Cilium, describes a Terway‑with‑eBPF implementation, and presents benchmark results showing significant latency and scalability improvements.

CNIService MeshTerway
0 likes · 13 min read
Can eBPF Replace Netfilter? Boosting Kubernetes Network Performance
Efficient Ops
Efficient Ops
Mar 7, 2022 · Cloud Native

Demystifying Kubernetes Networking: Services, IPs, and Ports Explained

This article breaks down Kubernetes' networking model by defining key terms, explaining Service abstractions, IP and port concepts, detailing intra‑cluster communication, and outlining external access methods such as NodePort and Ingress, all supported by practical YAML and command examples.

CNIIngressKubernetes
0 likes · 15 min read
Demystifying Kubernetes Networking: Services, IPs, and Ports Explained
ITPUB
ITPUB
Feb 24, 2022 · Cloud Native

Mastering Kubernetes: Core Concepts, Architecture, and Networking Essentials

This article provides a comprehensive overview of Kubernetes, covering its purpose for container operations, key functions, core components, multi‑center deployment, service discovery methods, pod resource sharing, common CNI plugins, load‑balancing layers, isolation dimensions, network model principles, and IP address classifications.

CNIIP addressingKubernetes
0 likes · 14 min read
Mastering Kubernetes: Core Concepts, Architecture, and Networking Essentials
Cloud Native Technology Community
Cloud Native Technology Community
Feb 8, 2022 · Cloud Native

Tracing the Path of Network Traffic in Kubernetes

This article provides a comprehensive guide to Kubernetes networking, covering pod network requirements, Linux network namespaces, the role of the pause container, IP allocation, veth pairs, bridge connections, inter‑pod traffic on same and different nodes, CNI plugins, and how services use iptables and conntrack for traffic routing.

CNIKubernetesLinux Namespaces
0 likes · 26 min read
Tracing the Path of Network Traffic in Kubernetes
Cloud Native Technology Community
Cloud Native Technology Community
Jan 26, 2022 · Cloud Native

Unlocking Edge Cloud: Kube-OVN’s Security Groups, VIP, Live Migration & Smart NIC Offload

This article details how the Kube-OVN community extended the CNI for edge cloud scenarios by adding security‑group based access control, high‑availability virtual IP support, live‑migration‑friendly networking, and smart‑NIC hardware offload, including implementation steps, CRD designs, and relevant pull‑request references.

CNIEdge ComputingKube-OVN
0 likes · 10 min read
Unlocking Edge Cloud: Kube-OVN’s Security Groups, VIP, Live Migration & Smart NIC Offload
Cloud Native Technology Community
Cloud Native Technology Community
Jan 25, 2022 · Cloud Native

Technical Overview of Kube-OVN Deployment for Hybrid VM and Container Environments at ByteDance

This article details ByteDance's technical evaluation and implementation of Kube-OVN as a CNI solution for hybrid virtual‑machine and container workloads, covering selection criteria, the initial network design, identified issues, subsequent optimizations, and future roadmap considerations within a cloud‑native Kubernetes environment.

CNICloud NativeKube-OVN
0 likes · 7 min read
Technical Overview of Kube-OVN Deployment for Hybrid VM and Container Environments at ByteDance
Open Source Linux
Open Source Linux
Jan 6, 2022 · Cloud Native

Choosing the Right CNI Plugin for Kubernetes: A Practical Guide

This article explains what the Container Network Interface (CNI) is, how Kubernetes uses CNI plugins, and provides a detailed comparison of Overlay, Routing, and Underlay plugins based on environment constraints, functional needs, and performance considerations.

CNICloud NativeKubernetes
0 likes · 8 min read
Choosing the Right CNI Plugin for Kubernetes: A Practical Guide
Efficient Ops
Efficient Ops
Dec 19, 2021 · Cloud Native

Master Docker & Kubernetes Networking: From Bridge to Flannel Explained

This article walks through Docker's built‑in network drivers—including bridge, host, none, overlay, macvlan and plugins—then dives into Kubernetes networking, detailing Pod communication, the Flannel CNI workflow, and how data traverses virtual bridges and physical interfaces.

CNIContainerDocker
0 likes · 12 min read
Master Docker & Kubernetes Networking: From Bridge to Flannel Explained
Cloud Native Technology Community
Cloud Native Technology Community
Dec 17, 2021 · Cloud Native

Kube‑OVN: Enabling Enterprise Innovation with Cloud‑Native Networking

This article reviews Du Dongming’s presentation on Kube‑OVN, tracing the evolution of cloud‑native networking from early container experiments to modern multi‑tenant VPC, subnet management, overlay/underlay modes, and the roadmap that positions Kube‑OVN as a comprehensive SDN solution for enterprise Kubernetes environments.

CNICloud Native NetworkingKube-OVN
0 likes · 21 min read
Kube‑OVN: Enabling Enterprise Innovation with Cloud‑Native Networking
IT Architects Alliance
IT Architects Alliance
Dec 10, 2021 · Cloud Native

Understanding the Kubernetes Networking Model: Services, IPs, and Ports

This article provides a comprehensive overview of Kubernetes networking, explaining key concepts such as network namespaces, veth pairs, iptables, services, ClusterIP, NodePort, Ingress, and the role of CNI plugins, while illustrating internal and external communication with practical YAML and kubectl examples.

CNIClusterIPIngress
0 likes · 16 min read
Understanding the Kubernetes Networking Model: Services, IPs, and Ports
Efficient Ops
Efficient Ops
Dec 8, 2021 · Cloud Native

Demystifying Kubernetes Networking: Services, IPs, and Ports Explained

This article breaks down Kubernetes' internal networking model, explaining key concepts such as network namespaces, veth pairs, iptables, services, ClusterIP, NodePort, and Ingress, and illustrates how pods communicate within a node, across nodes, and how external traffic reaches the cluster.

CNINetworkingNodePort
0 likes · 15 min read
Demystifying Kubernetes Networking: Services, IPs, and Ports Explained
Open Source Linux
Open Source Linux
Oct 22, 2021 · Cloud Native

Deploy a High‑Availability k0s Kubernetes Cluster with k0sctl

This guide explains how to install and configure k0s, a lightweight Kubernetes distribution, using k0sctl for both standard and high‑availability clusters, covering binary deployment, offline image handling, custom CNI integration, HA load‑balancer setup, certificate management, backup, and advanced features such as etcd replacement and user management.

CNIHAKubernetes
0 likes · 25 min read
Deploy a High‑Availability k0s Kubernetes Cluster with k0sctl
MaGe Linux Operations
MaGe Linux Operations
Sep 29, 2021 · Cloud Native

Why Cilium Is the Coolest Kubernetes CNI Plugin and How to Deploy It

This article introduces Cilium, the eBPF‑based Kubernetes CNI that replaces kube‑proxy, explains its security and scalability advantages over traditional iptables, and provides step‑by‑step guidance for deploying Cilium, testing its connectivity, and using Hubble for deep network visualization integrated with Grafana and Prometheus.

CNICiliumHubble
0 likes · 17 min read
Why Cilium Is the Coolest Kubernetes CNI Plugin and How to Deploy It
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)
MaGe Linux Operations
MaGe Linux Operations
Sep 13, 2021 · Cloud Native

Why HostPort Can Hijack Your Service Traffic in Kubernetes

The article investigates a puzzling Kubernetes issue where using hostPort caused MySQL traffic to be redirected to the wrong pod, explains how iptables rules inserted by the CNI portmap plugin override Service rules, and provides reproducible experiments and practical recommendations to avoid such problems in production.

CNIKubernetesNetworking
0 likes · 11 min read
Why HostPort Can Hijack Your Service Traffic in Kubernetes
Cloud Native Technology Community
Cloud Native Technology Community
Sep 9, 2021 · Cloud Native

Step-by-Step Guide to Building a Kubernetes v1.22.1 Cluster with containerd Using kubeadm

This tutorial walks through preparing three CentOS 7.6 nodes, installing and configuring containerd, setting up kubeadm, kubelet, and kubectl, initializing a Kubernetes v1.22.1 control plane, adding worker nodes, deploying the Flannel CNI plugin, installing the Kubernetes Dashboard, and providing cleanup commands, all with detailed commands and configuration files.

CNIDashboardFlannel
0 likes · 27 min read
Step-by-Step Guide to Building a Kubernetes v1.22.1 Cluster with containerd Using kubeadm
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
DevOps Cloud Academy
DevOps Cloud Academy
Sep 1, 2021 · Cloud Native

Step-by-Step Guide to Building a Kubernetes v1.22.1 Cluster with containerd Using kubeadm

This tutorial walks through preparing three CentOS 7.6 nodes, disabling firewalls and SELinux, configuring sysctl and ipvs, installing containerd and its dependencies, generating containerd and kubeadm configurations, initializing the control plane, adding worker nodes, deploying the Flannel CNI plugin and Kubernetes Dashboard, and finally cleaning up the cluster.

CNICluster SetupDashboard
0 likes · 26 min read
Step-by-Step Guide to Building a Kubernetes v1.22.1 Cluster with containerd Using kubeadm
Liangxu Linux
Liangxu Linux
Aug 22, 2021 · Cloud Native

Inside Kubernetes: What Happens When You Run `kubectl run nginx`?

This article walks through the complete internal journey of a `kubectl run nginx --image=nginx --replicas=3` command, detailing how the request is validated, authenticated, authorized, processed by the API server, passed through initializers, scheduled, and finally materialized as running pods by kubelet, with code excerpts from Kubernetes v1.21.

CNICRIKubernetes
0 likes · 62 min read
Inside Kubernetes: What Happens When You Run `kubectl run nginx`?
Efficient Ops
Efficient Ops
Aug 18, 2021 · Operations

Why HostPort Breaks Kubernetes Service Routing and How to Fix It

This article explains how using hostPort in a Kubernetes cluster injects iptables NAT rules that override normal Service routing, causing unexpected MySQL connection failures, and provides step‑by‑step troubleshooting, reproduction, and recommendations to avoid hostPort in production.

CNIhostPortiptables
0 likes · 10 min read
Why HostPort Breaks Kubernetes Service Routing and How to Fix It
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
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Jul 19, 2021 · Cloud Native

Mastering Kubernetes: Core Architecture, Networking, and Service Discovery Explained

This article provides a comprehensive overview of Kubernetes, covering its purpose for container operations, core components, multi‑site high‑availability design, service discovery mechanisms, pod resource sharing, common CNI plugins, layered load balancing, isolation dimensions, network model principles, and IP address classifications.

CNICloud NativeKubernetes
0 likes · 14 min read
Mastering Kubernetes: Core Architecture, Networking, and Service Discovery Explained
Efficient Ops
Efficient Ops
Jun 21, 2021 · Cloud Native

How Kubernetes Connects Containers: From Docker Bridge to CNI Plugins

This article explains the fundamentals of container networking in Kubernetes, covering Linux network namespaces, veth pairs, Docker's default bridge, CNI plugins such as Flannel and Calico, their routing modes, and practical command‑line examples for cross‑host communication.

CNICalicoDocker
0 likes · 19 min read
How Kubernetes Connects Containers: From Docker Bridge to CNI Plugins
Cloud Native Technology Community
Cloud Native Technology Community
Jun 17, 2021 · Cloud Native

Kube-OVN Growth Journey, Recent Feature Updates, and 2021‑2022 Roadmap

The article outlines Kube‑OVN’s evolution from its 2019 debut to becoming the CNCF‑hosted open‑source CNI with extensive enterprise adoption, details recent feature releases such as multi‑VLAN, BGP, Smart‑NIC, DPDK, dual‑stack and multi‑cluster support, and presents a 2021‑2022 roadmap focusing on performance, security, monitoring and broader cloud‑native use cases.

CNICloud Native NetworkingKube-OVN
0 likes · 12 min read
Kube-OVN Growth Journey, Recent Feature Updates, and 2021‑2022 Roadmap
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
MaGe Linux Operations
MaGe Linux Operations
May 25, 2021 · Cloud Native

Mastering Kubernetes Architecture: Core Components, Networking, and Scaling

This article provides a comprehensive overview of Kubernetes, covering its core components, container operations, service discovery layers, pod shared resources, common CNI plugins, multi‑layer load balancing, isolation dimensions, network model principles, and various IP address categories for large‑scale deployments.

CNIIP addressingKubernetes
0 likes · 11 min read
Mastering Kubernetes Architecture: Core Components, Networking, and Scaling
360 Tech Engineering
360 Tech Engineering
May 24, 2021 · Cloud Native

Understanding the Calico CNI Plugin: Code Walkthrough and Network Resource Creation

This article provides a detailed walkthrough of the Calico CNI plugin source code, explaining how the calico and calico‑ipam binaries are built, how the ADD command creates WorkloadEndpoint objects, veth pairs, routes, and sysctl settings, and how these components integrate with the Calico datastore in a Kubernetes environment.

CNICalicoContainerNetworking
0 likes · 16 min read
Understanding the Calico CNI Plugin: Code Walkthrough and Network Resource Creation
MaGe Linux Operations
MaGe Linux Operations
May 22, 2021 · Cloud Native

Install Containerd, Run BusyBox, and Enable CNI Networking on Linux

This tutorial walks through installing Containerd on CentOS, pulling and managing a BusyBox container, configuring a CNI bridge network, enabling network access for containers, sharing host directories and PID namespaces, and finally integrating Docker alongside Containerd for a complete container runtime setup.

BusyBoxCNIcontainerd
0 likes · 12 min read
Install Containerd, Run BusyBox, and Enable CNI Networking on Linux
Liangxu Linux
Liangxu Linux
Apr 14, 2021 · Cloud Native

Mastering Kubernetes Architecture: From Pods to Multi‑Center Deployments

This article provides a comprehensive overview of Kubernetes architecture, covering container operations, core components, multi‑center deployment models, service discovery methods, pod resource sharing, CNI plugins, load‑balancing layers, isolation dimensions, network principles, and IP address classifications.

CNICloud NativeKubernetes
0 likes · 13 min read
Mastering Kubernetes Architecture: From Pods to Multi‑Center Deployments
Programmer DD
Programmer DD
Mar 6, 2021 · Cloud Native

How to Build a Multi‑Cloud k3s Cluster with WireGuard and Kilo CNI

This guide walks you through using WireGuard for both networking and encryption in cloud‑native Kubernetes, showing how to configure Kilo CNI to create a multi‑cloud k3s mesh across AWS, Azure, GCP and Alibaba Cloud, and how to connect local clients to the cluster.

CNICloud NativeK3s
0 likes · 18 min read
How to Build a Multi‑Cloud k3s Cluster with WireGuard and Kilo 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
Programmer DD
Programmer DD
Jan 8, 2021 · Cloud Native

Mastering Kubernetes: From Container Basics to Massive Scale

This article provides a comprehensive overview of Kubernetes, covering its core components, container deployment and scaling, service discovery methods, shared pod resources, common CNI plugins, multi-layer load balancing, isolation dimensions, network model principles, and IP address classifications for large-scale cloud-native deployments.

CNICloud NativeKubernetes
0 likes · 12 min read
Mastering Kubernetes: From Container Basics to Massive Scale
Practical DevOps Architecture
Practical DevOps Architecture
Dec 31, 2020 · Cloud Native

Step‑by‑Step Deployment of an etcd Cluster and Kubernetes Control Plane with Certificates, Systemd Services, and CNI Networking

This tutorial walks through configuring server hosts, generating TLS certificates with cfssl for etcd and Kubernetes components, deploying an etcd cluster and Kubernetes master services (apiserver, controller‑manager, scheduler) via systemd, setting up kubelet and kube‑proxy on worker nodes, installing Docker, applying Flannel CNI, and adding additional worker nodes to the cluster.

CNICluster DeploymentFlannel
0 likes · 21 min read
Step‑by‑Step Deployment of an etcd Cluster and Kubernetes Control Plane with Certificates, Systemd Services, and CNI Networking
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
MaGe Linux Operations
MaGe Linux Operations
Sep 19, 2020 · Cloud Native

Step-by-Step Guide to Deploy a Multi-Node Kubernetes Cluster on CentOS

This comprehensive tutorial walks you through installing a multi-node Kubernetes cluster on CentOS 7.7, covering hardware prerequisites, network setup, Etcd deployment, certificate generation with cfssl, installation of Docker, configuration of master components, worker nodes, CNI networking, CoreDNS, and accessing the Kubernetes dashboard.

CNICentOSCluster Deployment
0 likes · 55 min read
Step-by-Step Guide to Deploy a Multi-Node Kubernetes Cluster on CentOS
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Jul 6, 2020 · Cloud Native

Understanding Docker’s Four Network Drivers and Kubernetes Flannel Networking

This article explains Docker’s four network drivers (bridge, host, none, overlay), details how the bridge driver creates the docker0 bridge and veth pairs, shows port‑mapping with -p/-P, then covers Kubernetes pod communication patterns, CNI plugins, and provides a step‑by‑step guide to deploying and configuring Flannel with different backends such as vxlan, host‑gw and directrouting.

CNIDockerFlannel
0 likes · 16 min read
Understanding Docker’s Four Network Drivers and Kubernetes Flannel Networking
Cloud Native Technology Community
Cloud Native Technology Community
Jun 29, 2020 · Cloud Native

Kubernetes Dominates Containers: Architecture, Scaling & Best Practices

This comprehensive guide explains why Kubernetes has become the standard container platform, covering its application‑centric architecture, migration challenges, networking and CNI design, control‑plane components, storage solutions including CSI and FlexVolume, image distribution strategies, upgrade and backup procedures, operator patterns, and practical containerization best practices for large‑scale deployments.

CNICSICloud Native
0 likes · 76 min read
Kubernetes Dominates Containers: Architecture, Scaling & Best Practices
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
Alibaba Cloud Native
Alibaba Cloud Native
Apr 16, 2020 · Cloud Native

How Alibaba Cloud Designs High‑Performance Cloud‑Native Container Networks with Terway

This article reviews the SIG Cloud‑Provider‑Alibaba webinar, explains Kubernetes container networking fundamentals, details Alibaba Cloud's high‑performance CNI implementation using Terway with exclusive and shared ENI modes, and shows how eBPF, AutoPath DNS and resource‑pooling improve scalability and latency.

CNICloud NativeKubernetes
0 likes · 19 min read
How Alibaba Cloud Designs High‑Performance Cloud‑Native Container Networks with Terway
Alibaba Cloud Native
Alibaba Cloud Native
Mar 9, 2020 · Cloud Native

How to Choose and Build the Perfect CNI Plugin for Kubernetes

This article explains what the Container Network Interface (CNI) is, how Kubernetes uses CNI plugins, guides the step‑by‑step configuration process, compares Overlay, Routing and Underlay implementations, and provides practical criteria for selecting or building a CNI plugin that fits specific environments and performance needs.

CNIKubernetesNetwork Plugin
0 likes · 16 min read
How to Choose and Build the Perfect CNI Plugin for Kubernetes
Mafengwo Technology
Mafengwo Technology
Dec 19, 2019 · Cloud Native

How We Evolved K8s Networking: From Flannel to MAC‑VLAN and VPN

This article details the step‑by‑step evolution of Mafengwo's Kubernetes network—from early Flannel VXLAN setups, through a VPN‑server bridge for external access, to a MAC‑VLAN CNI solution—highlighting design principles, challenges, and recent optimization plans for large‑scale Java micro‑services.

CNICloud NativeFlannel
0 likes · 12 min read
How We Evolved K8s Networking: From Flannel to MAC‑VLAN and VPN
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
UCloud Tech
UCloud Tech
Apr 11, 2019 · Cloud Native

Why Does a Kubernetes Pod IP Disappear? The Hidden Second Sandbox Bug

UK8S’s custom CNI plugin integrates VPC networking to give containers native cloud performance, but a bug caused kubelet to create a second sandbox container, leading to missing NETNS parameters and VPC IP leaks; the article details the investigation, root‑cause analysis, and the patch fixing the issue.

CNIIP leakKubernetes
0 likes · 15 min read
Why Does a Kubernetes Pod IP Disappear? The Hidden Second Sandbox Bug
Architects' Tech Alliance
Architects' Tech Alliance
Oct 18, 2018 · Cloud Native

Why Kubernetes Does Not Use Docker’s Libnetwork/CNM

Although Docker’s libnetwork/CNM offers a network plugin model, Kubernetes has chosen not to adopt it due to fundamental design mismatches, reliance on low‑level key‑value stores, security and scalability concerns, and a strategic shift toward the simpler, more portable CNI plugin framework.

CNIDockerKubernetes
0 likes · 8 min read
Why Kubernetes Does Not Use Docker’s Libnetwork/CNM
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