Skip to content

Commit feeb0c1

Browse files
authored
Merge pull request #95590 from dfitzmau/DIAGRAMS-501
DIAGRAMS-501: Added a primary/secondary UDNs diagram to Multiple netw…
2 parents 0cbf1be + c4ee260 commit feeb0c1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
86.8 KB
Loading

networking/multiple_networks/understanding-multiple-networks.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ By default, OVN-Kubernetes serves as the Container Network Interface (CNI) of an
1212
1313
* *Secondary networks*: Act as secondary, non-default networks for a pod. Secondary networks provide separate interfaces dedicated to specific traffic types or purposes. Only pod traffic that is explicitly configured to use a secondary network is routed through its interface.
1414
15-
However, during cluster installation, {product-title} administrators can configure alternative default secondary pod networks by leveraging the Multus CNI plugin. With Multus, multiple CNI plugins such as ipvlan, macvlan, or Network Attachment Definitions can be used together to serve as secondary networks for pods.
15+
The following diagram shows a cluster that has an existing default network infrastructure that uses a physical network interface, `eth0`, to connect to two namespaces. Pods or virtual machines (VMs) in one namespace run in isolation from pods or VMs in the other namespace. You can create only one primary network but multiple secondary networks for each namespace.
16+
17+
.Diagram showing namespaces with multiple secondary UDNs
18+
image::501_OpenShift_UDN_pri_sec_0925.png[Diagram showing namespaces with multiple secondary UDNs]
19+
20+
During cluster installation, {product-title} administrators can configure alternative default secondary pod networks by leveraging the Multus CNI plugin. With Multus, multiple CNI plugins such as ipvlan, macvlan, or Network Attachment Definitions can be used together to serve as secondary networks for pods.
1621

1722
[NOTE]
1823
====

0 commit comments

Comments
 (0)