|
5 | 5 | [id="nw-ovn-kubernetes-purpose_{context}"]
|
6 | 6 | = OVN-Kubernetes purpose
|
7 | 7 |
|
8 |
| -The OVN-Kubernetes network plugin is an open-source, fully-featured Kubernetes CNI plugin that uses Open Virtual Network (OVN) to manage network traffic flows. OVN is a community developed, vendor-agnostic network virtualization solution. The OVN-Kubernetes network plugin: |
| 8 | +The OVN-Kubernetes network plugin is an open-source, fully-featured Kubernetes CNI plugin that uses Open Virtual Network (OVN) to manage network traffic flows. OVN is a community developed, vendor-agnostic network virtualization solution. The OVN-Kubernetes network plugin uses the following technologies: |
9 | 9 |
|
10 |
| -// OVN (Open Virtual Network) is consistent with upstream usage. |
| 10 | +* OVN to manage network traffic flows. |
| 11 | +* Kubernetes network policy support and logs, including ingress and egress rules. |
| 12 | +* The Generic Network Virtualization Encapsulation (Geneve) protocol, rather than Virtual Extensible LAN (VXLAN), to create an overlay network between nodes. |
11 | 13 |
|
12 |
| -* Uses OVN (Open Virtual Network) to manage network traffic flows. OVN is a community developed, vendor-agnostic network virtualization solution. |
13 |
| -* Implements Kubernetes network policy support, including ingress and egress rules. |
14 |
| -* Uses the Geneve (Generic Network Virtualization Encapsulation) protocol rather than VXLAN to create an overlay network between nodes. |
| 14 | +The OVN-Kubernetes network plugin supports the following capabilities: |
15 | 15 |
|
16 |
| -The OVN-Kubernetes network plugin provides the following advantages over OpenShift SDN. |
17 |
| - |
18 |
| -* Full support for IPv6 single-stack and IPv4/IPv6 dual-stack networking on supported platforms |
19 |
| -* Support for hybrid clusters with both Linux and Microsoft Windows workloads |
20 |
| -* Optional IPsec encryption of intra-cluster communications |
21 |
| -* Offload of network data processing from host CPU to compatible network cards and data processing units (DPUs) |
| 16 | +* Hybrid clusters that can run both Linux and Microsoft Windows workloads. This environment is known as _hybrid networking_. |
| 17 | +* Offloading of network data processing from the host central processing unit (CPU) to compatible network cards and data processing units (DPUs). This is known as _hardware offloading_. |
| 18 | +* IPv4-primary dual-stack networking on bare-metal, {vmw-full}, {ibm-power-name}, {ibm-z-name}, and {rh-openstack} platforms. |
| 19 | +* IPv6 single-stack networking on a bare-metal platform. |
| 20 | +* IPv6-primary dual-stack networking for a cluster running on a bare-metal, a {vmw-full}, or an {rh-openstack} platform. |
| 21 | +* Egress firewall devices and egress IP addresses. |
| 22 | +* Egress router devices that operate in redirect mode. |
| 23 | +* IPsec encryption of intracluster communications. |
0 commit comments