Tag

CNI

0 views collected around this technical thread.

Linux Ops Smart Journey
Linux Ops Smart Journey
May 6, 2025 · Operations

Enable Calico API Service in Kubernetes: Step‑by‑Step Guide

Learn how to correctly install, configure, and activate Calico's API server on a Kubernetes cluster—including prerequisites, downloading manifests, adjusting namespaces, pulling and tagging images, generating certificates, applying resources, and verifying the service—to manage Calico custom resources via kubectl.

APICNICalico
0 likes · 8 min read
Enable Calico API Service in Kubernetes: Step‑by‑Step Guide
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
Efficient Ops
Efficient Ops
Dec 2, 2024 · Cloud Native

Why Does Containerization Slow Down Your App? A Deep Dive into K8s Networking Performance

This article investigates why moving applications from virtual machines to containers on Kubernetes can degrade performance, presents benchmark comparisons, analyzes the impact of network architecture and soft interrupts, and proposes optimization strategies such as ipvlan and Cilium to restore efficiency.

CNICiliumKubernetes
0 likes · 8 min read
Why Does Containerization Slow Down Your App? A Deep Dive into K8s Networking Performance
System Architect Go
System Architect Go
Nov 30, 2024 · Cloud Native

Comparison of Flannel and Calico CNI Plugins for Kubernetes

This article compares Flannel and Calico, two Kubernetes CNI plugins, detailing their architectures, backend mechanisms, routing models, overlay and non‑overlay options, and highlighting Flannel's simplicity for small clusters versus Calico's richer feature set for larger, production‑grade environments.

CNICalicoFlannel
0 likes · 8 min read
Comparison of Flannel and Calico CNI Plugins for Kubernetes
System Architect Go
System Architect Go
Oct 7, 2024 · Cloud Native

How kube-proxy and CNI Collaborate to Enable Pod‑to‑Service Communication in Kubernetes

This article explains how kube-proxy and CNI plugins cooperate within a Kubernetes cluster to translate Service ClusterIP requests into real Pod IPs, detailing the Netfilter, iptables/ipvs rule configuration, overlay networking modes, and the emerging proxy‑free approaches using eBPF.

CNICloud NativeIPVS
0 likes · 6 min read
How kube-proxy and CNI Collaborate to Enable Pod‑to‑Service Communication in Kubernetes
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Aug 16, 2024 · Cloud Native

How We Built a Scalable Container VPC Network with ipvlan and Custom IPAM

This article details the design, implementation, and production rollout of a container VPC solution that leverages ipvlan for CNI, a custom IPAM integration with OpenStack/Ultron, and extensive operational fixes to achieve reliable, high‑performance networking for Kubernetes workloads across multiple clusters.

CNICloud NativeContainer Networking
0 likes · 15 min read
How We Built a Scalable Container VPC Network with ipvlan and Custom IPAM
Linux Ops Smart Journey
Linux Ops Smart Journey
Aug 6, 2024 · Cloud Native

How to Add a Kubernetes Node: Step‑by‑Step Deployment, CNI, and Runtime Setup

This guide walks you through initializing a new Kubernetes node, installing a container runtime (containerd or Docker with cri‑dockerd), configuring kernel parameters, deploying the Calico CNI plugin, and verifying the node and network components in a production‑grade cluster.

CNICloud NativeKubernetes
0 likes · 10 min read
How to Add a Kubernetes Node: Step‑by‑Step Deployment, CNI, and Runtime Setup
Practical DevOps Architecture
Practical DevOps Architecture
Aug 2, 2024 · Cloud Native

In-depth Understanding of Kubernetes Networking: Architecture Design and Performance Optimization

This comprehensive course provides a deep dive into Kubernetes networking, covering core concepts, network models, policies, plugins, traffic management, security, multi‑tenant, cross‑cloud, and hybrid‑cloud designs, and offers hands‑on performance optimization techniques across more than 60 video modules.

CNICalicoCilium
0 likes · 4 min read
In-depth Understanding of Kubernetes Networking: Architecture Design and Performance Optimization
Cloud Native Technology Community
Cloud Native Technology Community
Jul 29, 2024 · Cloud Native

Best Practices for Mixing Overlay and Underlay Networks with Kube‑OVN

This article reviews a technical sharing session that explains the characteristics, advantages and drawbacks of Overlay and Underlay networking, discusses hybrid network challenges and Multus modes, and presents Kube‑OVN’s solution for seamless integration of both network types in Kubernetes environments.

CNIHybrid NetworkingKube-OVN
0 likes · 9 min read
Best Practices for Mixing Overlay and Underlay Networks with Kube‑OVN
Ops Development Stories
Ops Development Stories
May 15, 2024 · Cloud Native

How Flannel and Containerd Enable Pod IP Allocation in Kubernetes

This article explains how Kubernetes assigns unique IP addresses to Pods using Flannel as the CNI network provider and Containerd as the container runtime, covering underlying concepts like Linux bridges, VXLAN encapsulation, node IPAM, and the interactions among kubelet, CRI, and CNI plugins.

CNIFlannelKubernetes
0 likes · 10 min read
How Flannel and Containerd Enable Pod IP Allocation in Kubernetes
Efficient Ops
Efficient Ops
Apr 9, 2024 · Cloud Native

Mastering Kubernetes: From Container Operations to Advanced Networking

This article provides a comprehensive overview of Kubernetes, covering its core container‑operation capabilities, component architecture, two‑site three‑center design, multi‑layer service discovery, pod shared resources, common CNI plugins, layered load balancing, isolation dimensions, network model principles, and IP address classifications.

CNICloud NativeContainer Orchestration
0 likes · 14 min read
Mastering Kubernetes: From Container Operations to Advanced Networking
360 Smart Cloud
360 Smart Cloud
Mar 15, 2024 · Cloud Computing

Integrating Kubernetes Pods with OpenStack VPC Network Using a Custom CNI and IPVLAN

This article describes how 360 unified Kubernetes pod networking with OpenStack VPC by developing a custom CNI plugin that leverages Neutron elastic ports, IPVLAN L2 mode, and OVS to achieve layer‑2 connectivity between VMs and pods, including detailed implementation steps and command examples.

CNIKubernetesNetwork Integration
0 likes · 8 min read
Integrating Kubernetes Pods with OpenStack VPC Network Using a Custom CNI and IPVLAN
Efficient Ops
Efficient Ops
Dec 4, 2023 · Cloud Native

How Does a Kubernetes Pod Get Created? Step‑by‑Step Walkthrough

This article walks through the complete Kubernetes pod creation workflow, from submitting the YAML with kubectl to the API server, storing the definition in etcd, scheduling, kubelet orchestration, container runtime delegation, CNI networking, health probing, and endpoint setup for services.

CNICloud NativeKubernetes
0 likes · 3 min read
How Does a Kubernetes Pod Get Created? Step‑by‑Step Walkthrough
Selected Java Interview Questions
Selected Java Interview Questions
Aug 29, 2023 · Cloud Native

Performance Degradation After Containerization: Analysis and Optimization Strategies

The article investigates why applications experience higher latency and lower QPS after moving from virtual machines to Kubernetes containers, analyzes soft‑interrupt overhead caused by Calico's overlay network, and proposes underlay networking and Cilium CNI as optimization solutions.

CNICloud NativeContainerization
0 likes · 6 min read
Performance Degradation After Containerization: Analysis and Optimization Strategies
Tencent Cloud Developer
Tencent Cloud Developer
Jul 27, 2023 · Cloud Native

Kubernetes Pod IP Allocation: CIDR, Lifecycle, CNI IPAM, Dual‑Stack and IP Reservation

The article explains how Kubernetes allocates Pod IPs—from cluster and node CIDR configuration, through the kubelet‑driven Pod lifecycle and CNI IPAM process, including dual‑stack support, hostNetwork handling, and optional IP reservation/reclamation mechanisms for stable stateful workloads.

CNIDual-StackIPAM
0 likes · 21 min read
Kubernetes Pod IP Allocation: CIDR, Lifecycle, CNI IPAM, Dual‑Stack and IP Reservation
Selected Java Interview Questions
Selected Java Interview Questions
Jul 16, 2023 · Cloud Native

Kubernetes Network Models: Underlay, Overlay, CNI Plugins, and Virtual Networking Techniques

This article examines Kubernetes networking by defining underlay and overlay models, describing how underlay networks like flannel host‑gw and Calico BGP operate, explaining IPVLAN/MACVLAN virtualization, and reviewing common tunnel protocols such as VxLAN and IPIP used by various CNI plugins.

CNIKubernetesNetwork Model
0 likes · 12 min read
Kubernetes Network Models: Underlay, Overlay, CNI Plugins, and Virtual Networking Techniques
Efficient Ops
Efficient Ops
Jul 9, 2023 · Cloud Native

How to Diagnose Kubernetes Pod Network Issues: Tools, Models, and Real‑World Cases

This article introduces a systematic approach for troubleshooting Kubernetes pod network problems, covering common failure models, essential diagnostic tools such as tcpdump, nsenter, paping and mtr, and detailed case studies that illustrate step‑by‑step analysis and resolution techniques.

CNIKubernetesPod
0 likes · 28 min read
How to Diagnose Kubernetes Pod Network Issues: Tools, Models, and Real‑World Cases
Architects Research Society
Architects Research Society
Jun 6, 2023 · Cloud Native

Calico Components Overview and Their Roles in Kubernetes

This article provides a detailed overview of Calico's essential and optional components, explaining how each part—such as the API server, Felix, BIRD, confd, Dikastes, CNI plugin, datastore plugin, IPAM plugin, kube‑controllers, Typha, and calicoctl—contributes to networking and network policy enforcement in Kubernetes clusters.

BGPCNICalico
0 likes · 9 min read
Calico Components Overview and Their Roles in Kubernetes