Tagged articles
8 articles
Page 1 of 1
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Dec 6, 2024 · Cloud Native

How Terway Implements Elastic ENI and Advanced CNI Designs for Kubernetes

This article explains the fundamentals of Container Network Interface (CNI), outlines common plugin implementations, and dives deep into Alibaba Cloud's Terway solution, detailing its elastic ENI support, Vethpair and ipvlan modes, resource management, scheduling, network policy integration, and future enhancements such as eBPF.

CNICloud NativeENI
0 likes · 13 min read
How Terway Implements Elastic ENI and Advanced CNI Designs for Kubernetes
Open Source Linux
Open Source Linux
Nov 7, 2023 · Cloud Native

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

This guide explains the background, architecture, and step‑by‑step deployment of Multus CNI in a Kubernetes cluster, including configuring Calico and Flannel as primary and secondary networks, creating network attachment definitions, and testing pod connectivity across multiple interfaces.

CalicoFlannelKubernetes
0 likes · 21 min read
How to Deploy and Test Multus CNI for Multi‑Network Pods in Kubernetes
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
Architects' Tech Alliance
Architects' Tech Alliance
Jul 9, 2019 · Cloud Computing

Docker Native Networking Architecture and Optimization Solutions

This article explains Docker's native networking model based on Linux namespaces and veth pairs, describes the docker0 bridge, container linking, and port exposure, and then reviews six prominent Docker network optimization projects—Libnetwork, Pipework, Socketplane, Weave, Flannel, and Tinc—highlighting their architectures and use cases.

ContainersNetwork Pluginscloud-computing
0 likes · 12 min read
Docker Native Networking Architecture and Optimization Solutions
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