Skip to content

Commit fc47243

Browse files
authored
Merge pull request #234688 from johnmarco/jm-aro-OVN-update
Update OVN article
2 parents a624d34 + 2d06e25 commit fc47243

File tree

4 files changed

+43
-142
lines changed

4 files changed

+43
-142
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22538,6 +22538,11 @@
2253822538
"redirect_url": "/azure/communication-services/concepts/call-automation/call-recording/bring-your-own-storage",
2253922539
"redirect_document_id": false
2254022540
},
22541+
{
22542+
"source_path_from_root": "/articles/openshift/howto-configure-ovn-kubernetes.md",
22543+
"redirect_url": "/azure/openshift/concepts-ovn-kubernetes",
22544+
"redirect_document_id": false
22545+
},
2254122546
{
2254222547
"source_path_from_root": "/articles/sentinel/data-connectors/microsoft-defender-threat-intelligence.md",
2254322548
"redirect_url": "/azure/sentinel/understand-threat-intelligence",
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Overview of OVN-Kubernetes network provider for Azure Red Hat OpenShift clusters
3+
description: Overview of OVN-Kubernetes network provider for Azure Red Hat OpenShift clusters.
4+
author: johnmarco
5+
ms.service: azure-redhat-openshift
6+
ms.topic: conceptual
7+
ms.author: johnmarc
8+
ms.date: 04/17/2023
9+
topic: how-to
10+
keywords: azure, openshift, aro, red hat, azure CLI, azure portal, ovn, ovn-kubernetes, CNI, Container Network Interface
11+
#Customer intent: I need to configure OVN-Kubernetes network provider for Azure Red Hat OpenShift clusters.
12+
---
13+
14+
# OVN-Kubernetes network provider for Azure Red Hat OpenShift clusters
15+
16+
The OpenShift Container Platform cluster uses a virtualized network for pod and service networks. The OVN-Kubernetes Container Network Interface (CNI) plug-in is a network provider for the default cluster network. OVN-Kubernetes, which is based on the Open Virtual Network (OVN), provides an overlay-based networking implementation.
17+
18+
A cluster that uses the OVN-Kubernetes network provider also runs Open vSwitch (OVS) on each node. OVN configures OVS on each node to implement the declared network configuration.
19+
20+
## OVN-Kubernetes features
21+
22+
The OVN-Kubernetes CNI cluster network provider offers the following features:
23+
24+
* Uses OVN to manage network traffic flows. OVN is a community developed, vendor-agnostic network virtualization solution.
25+
* Implements Kubernetes network policy support, including ingress and egress rules.
26+
* Uses the Generic Network Virtualization Encapsulation (Geneve) protocol rather than the Virtual Extensible LAN (VXLAN) protocol to create an overlay network between nodes.
27+
28+
> [!NOTE]
29+
> As of ARO 4.11, OVN-Kubernetes is the CNI for all ARO clusters. In already existing clusters, migrating from the previous SDN standard to OVN is not supported.
30+
31+
For more information about OVN-Kubernetes CNI network provider, see [About the OVN-Kubernetes default Container Network Interface (CNI) network provider](https://docs.openshift.com/container-platform/latest/networking/ovn_kubernetes_network_provider/about-ovn-kubernetes.html).
32+
33+
## Recommended content
34+
35+
[Tutorial: Create an Azure Red Hat OpenShift 4 cluster](tutorial-create-cluster.md)

articles/openshift/howto-configure-ovn-kubernetes.md

Lines changed: 0 additions & 139 deletions
This file was deleted.

articles/openshift/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
href: howto-gpu-workloads.md
3535
- name: Segregate worker nodes into subnets
3636
href: howto-segregate-machinesets.md
37-
3837
- name: Manually update cluster certificates
3938
href: howto-update-certificates.md
4039
- name: Networking
@@ -45,8 +44,6 @@
4544
href: howto-custom-dns.md
4645
- name: Configure DNS forwarding
4746
href: dns-forwarding.md
48-
- name: Configure OVN-Kubernetes network provider
49-
href: howto-configure-ovn-kubernetes.md
5047
- name: Restrict egress traffic
5148
href: howto-restrict-egress.md
5249
- name: Storage
@@ -112,6 +109,9 @@
112109
items:
113110
- name: Overview of egress lockdown
114111
href: concepts-egress-lockdown.md
112+
- name: Overview of OVN-Kubernetes
113+
href: concepts-ovn-kubernetes.md
114+
115115
- name: Reference
116116
items:
117117
- name: Azure Red Hat OpenShift CLI

0 commit comments

Comments
 (0)