Tag

Kube-OVN

0 views collected around this technical thread.

Cloud Native Technology Community
Cloud Native Technology Community
Dec 13, 2024 · Cloud Native

Optimizing Live Migration in Kube-OVN without Modifying KubeVirt Source Code

This article explains how Kube-OVN leverages OVN configuration parameters to enable non‑intrusive live migration for KubeVirt virtual machines, describes the underlying principle, provides usage instructions, and presents test results showing a drastic reduction in packet loss and migration downtime.

Kube-OVNKubeVirtOVN
0 likes · 5 min read
Optimizing Live Migration in Kube-OVN without Modifying KubeVirt Source Code
Cloud Native Technology Community
Cloud Native Technology Community
Nov 26, 2024 · Cloud Native

Enabling Dual‑Stack Networking in KubeVirt with managedTap (Bridge Mode)

This guide explains how to use KubeVirt 1.4's managedTap feature to configure IPv4/IPv6 dual‑stack networking in bridge mode without modifying source code, covering subnet preparation, plugin registration, and virtual‑machine definition with example YAML and kubectl commands.

Dual-StackKube-OVNKubeVirt
0 likes · 5 min read
Enabling Dual‑Stack Networking in KubeVirt with managedTap (Bridge Mode)
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
Cloud Native Technology Community
Cloud Native Technology Community
May 9, 2024 · Cloud Native

Step-by-Step Deployment of K3s with Kube‑OVN, Multus, VPN and Cloud‑Hypervisor for a Hybrid Container‑VM Environment

This guide walks through deploying a lightweight K3s cluster unified with virtual machines using Kube‑OVN for multi‑tenant VPC isolation, configuring shared internet via VPN, installing cloud‑hypervisor, setting up Multus for multi‑NIC containers, and provisioning a management web‑app with Tomcat and OpenVPN, providing a complete cloud‑native lab environment.

ContainerK3sKube-OVN
0 likes · 22 min read
Step-by-Step Deployment of K3s with Kube‑OVN, Multus, VPN and Cloud‑Hypervisor for a Hybrid Container‑VM Environment
Cloud Native Technology Community
Cloud Native Technology Community
Dec 1, 2022 · Cloud Native

Integrating OpenStack and Kubernetes Networks with Kube-OVN: Cluster Interconnect and Shared OVN Modes

This guide explains how to use Kube-OVN to connect OpenStack virtual machines and Kubernetes containers by configuring cluster interconnect or shared OVN modes, covering prerequisites, OVN‑IC database deployment, Kubernetes and OpenStack side settings, and example manifests for creating Pods in OpenStack subnets.

Kube-OVNKubernetesNetwork Integration
0 likes · 11 min read
Integrating OpenStack and Kubernetes Networks with Kube-OVN: Cluster Interconnect and Shared OVN Modes
Cloud Native Technology Community
Cloud Native Technology Community
Dec 1, 2022 · Cloud Native

Integrating Kube-OVN with OVS‑DPDK for KubeVirt VM DPDK Network Interfaces

This guide explains how to combine Kube-OVN with OVS‑DPDK to provide DPDK‑type network interfaces for KubeVirt virtual machines, covering prerequisites, NIC driver configuration, node labeling, OVS‑DPDK configuration, Kube‑OVN installation with DPDK support, and VM deployment steps.

Kube-OVNKubeVirtKubernetes
0 likes · 9 min read
Integrating Kube-OVN with OVS‑DPDK for KubeVirt VM DPDK Network Interfaces
Cloud Native Technology Community
Cloud Native Technology Community
Nov 8, 2022 · Cloud Native

F5 CES Solution Architecture and Capabilities for Kubernetes Egress Policy Management

The article introduces the F5 Cloud Egress Services (CES) solution, detailing its architecture, component composition, policy scopes, tenant isolation, and the extensive capabilities it provides for dynamic egress traffic control, security, and observability within Kubernetes clusters using Kube‑OVN.

Egress PolicyF5 CESKube-OVN
0 likes · 7 min read
F5 CES Solution Architecture and Capabilities for Kubernetes Egress Policy Management
Cloud Native Technology Community
Cloud Native Technology Community
Nov 2, 2022 · Cloud Native

Integrating Cilium with Kube‑OVN via CNI Chaining: Configuration and Deployment Guide

This guide explains how to enhance Kube‑OVN with Cilium’s eBPF‑based networking and security features by using CNI chaining, covering prerequisites, configuration changes, Helm deployment steps, verification commands, and useful reference links for a complete cloud‑native networking solution.

CNI ChainingCiliumKube-OVN
0 likes · 7 min read
Integrating Cilium with Kube‑OVN via CNI Chaining: Configuration and Deployment Guide
Cloud Native Technology Community
Cloud Native Technology Community
Aug 26, 2022 · Cloud Native

Advanced Kube-OVN Features: Multi‑Network IPAM and Usage Guide

This article explains how Kube-OVN extends its IP address management to other CNI plugins, supports multi‑NIC scenarios, and provides step‑by‑step instructions with YAML examples for installing Kube-OVN, configuring NetworkAttachmentDefinitions, creating Subnets, and deploying Pods with static or dynamic IPs.

CNIIPAMKube-OVN
0 likes · 10 min read
Advanced Kube-OVN Features: Multi‑Network IPAM and Usage Guide
Cloud Native Technology Community
Cloud Native Technology Community
Jul 5, 2022 · Cloud Native

Trends and Use Cases of Cloud‑Native Networking

This article analyses the rapid evolution of cloud‑native networking, identifies key challenges across traditional, data‑center, edge, multi‑cluster, financial, and telecom scenarios, and presents open‑source and commercial solutions such as Kube‑OVN, Underlay networks, flexible IPAM, and hardware‑software acceleration.

CNIKube-OVNNetworking
0 likes · 14 min read
Trends and Use Cases of Cloud‑Native Networking
Cloud Native Technology Community
Cloud Native Technology Community
Jun 21, 2022 · Cloud Native

Understanding Kube-OVN Security Groups and Pod Port Security

This article explains how Kube-OVN implements security groups and port security for Kubernetes pods by leveraging OVN port groups, address sets, and ACLs, detailing the CRD design, annotation usage, and the workflow that synchronizes pod network interfaces with security policies.

CNIKube-OVNKubernetes
0 likes · 6 min read
Understanding Kube-OVN Security Groups and Pod Port Security
Cloud Native Technology Community
Cloud Native Technology Community
Jun 21, 2022 · Cloud Native

Deep Dive into Kube-OVN Controller: Pod IP Allocation and Management

This article explains how the Kube-OVN controller watches pod events, queues them, and uses functions like handleAddPod, getPodKubeovnNets, and getPodAttachmentNet to allocate and release pod IP/MAC addresses while creating OVN ports and routes, enhancing Kubernetes networking security and operability.

CNIKube-OVNKubernetes
0 likes · 4 min read
Deep Dive into Kube-OVN Controller: Pod IP Allocation and Management
Cloud Native Technology Community
Cloud Native Technology Community
Jun 21, 2022 · Cloud Native

Setting Up a Unified Development Environment for Kube-OVN Using Vagrant and VirtualBox

This article explains how to use Vagrant and VirtualBox to create a reproducible development and testing environment for the Kube-OVN Kubernetes CNI project, including Vagrantfile configuration, provisioning scripts for Docker, Kubernetes tools, Go, and steps to compile, test, and run Kube-OVN with Kind clusters.

CNIKindKube-OVN
0 likes · 13 min read
Setting Up a Unified Development Environment for Kube-OVN Using Vagrant and VirtualBox
Cloud Native Technology Community
Cloud Native Technology Community
Jun 21, 2022 · Cloud Native

Understanding kube-ovn-cni: How the CNI Plugin Manages Pod Network Interfaces

This article explains how the kube-ovn-cni component functions as a CNI plugin in Kubernetes, detailing its cmdAdd interface, interaction with the kube-ovn daemon, creation of veth pairs, OVS bridge integration, and network namespace configuration to manage pod network interfaces securely and efficiently.

CNIKube-OVNKubernetes
0 likes · 8 min read
Understanding kube-ovn-cni: How the CNI Plugin Manages Pod Network Interfaces
Cloud Native Technology Community
Cloud Native Technology Community
Jun 8, 2022 · Cloud Native

Understanding Kube-OVN Security Group Implementation and Pod Port Security

This article explains how Kube-OVN leverages OVN/OVS to provide pod port security and OpenStack‑style security groups through custom CRDs, annotations, address sets, and ACL rules, detailing the underlying mechanisms and workflow for managing network security in Kubernetes.

CNIKube-OVNKubernetes
0 likes · 6 min read
Understanding Kube-OVN Security Group Implementation and Pod Port Security
Cloud Native Technology Community
Cloud Native Technology Community
May 31, 2022 · Cloud Native

Building High‑Performance, High‑Availability Container Networks for Banking in a Two‑Site‑Three‑Center Architecture

This article explains the challenges of container networking in banks, especially under a two‑site‑three‑center architecture, and provides practical guidance on using underlay and overlay approaches, Kube‑OVN solutions, and best‑practice recommendations to achieve high‑availability, high‑concurrency, and high‑performance cloud‑native networks.

Container NetworkingKube-OVNOverlay
0 likes · 9 min read
Building High‑Performance, High‑Availability Container Networks for Banking in a Two‑Site‑Three‑Center Architecture
Cloud Native Technology Community
Cloud Native Technology Community
May 31, 2022 · Cloud Native

Deep Dive into kube-ovn-cni: How Pod Network Interfaces Are Created and Managed

This article explains the kube-ovn-cni component of the Kube-OVN project, detailing the CNI workflow, the cmdAdd interface, daemon handling, and the configureNic function that together create and configure pod network interfaces within a Kubernetes cluster.

CNIKube-OVNKubernetes
0 likes · 5 min read
Deep Dive into kube-ovn-cni: How Pod Network Interfaces Are Created and Managed