diff --git a/images/501_OpenShift_UDN_pri_sec_0925.png b/images/501_OpenShift_UDN_pri_sec_0925.png new file mode 100644 index 0000000000..a599273ef9 Binary files /dev/null and b/images/501_OpenShift_UDN_pri_sec_0925.png differ diff --git a/networking/multiple_networks/understanding-multiple-networks.adoc b/networking/multiple_networks/understanding-multiple-networks.adoc index 6d69d2fdfe..7659a0d0cd 100644 --- a/networking/multiple_networks/understanding-multiple-networks.adoc +++ b/networking/multiple_networks/understanding-multiple-networks.adoc @@ -12,7 +12,12 @@ By default, OVN-Kubernetes serves as the Container Network Interface (CNI) of an * *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. -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. +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. + +.Diagram showing namespaces with multiple secondary UDNs +image::501_OpenShift_UDN_pri_sec_0925.png[Diagram showing namespaces with multiple secondary UDNs] + +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. [NOTE] ====