Skip to content

Commit 5543b88

Browse files
author
Shikha Jhala
committed
CNV-43385: Added networking architecture diagram
1 parent 6c8c593 commit 5543b88

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Loading

virt/vm_networking/virt-networking-overview.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@ toc::[]
88

99
{VirtProductName} provides advanced networking functionality by using custom resources and plugins. Virtual machines (VMs) are integrated with {product-title} networking and its ecosystem.
1010

11+
The following figure illustrates the typical network setup of {VirtProductName}. Other configurations are also possible.
12+
13+
.{VirtProductName} networking overview
14+
image::318_OpenShift_Virtualization_Networking_0423.png[{VirtProductName} networking architecture]
15+
16+
image:darkcircle-1.png[20,20] Pods and VMs run on the same network infrastructure which allows you to easily connect your containerized and virtualized workloads.
17+
18+
image:darkcircle-2.png[20,20] You can connect VMs to the default pod network and to any number of secondary networks.
19+
20+
image:darkcircle-3.png[20,20] The default pod network provides connectivity between all its members, service abstraction, IP management, micro segmentation, and other functionality.
21+
22+
image:darkcircle-4.png[20,20] Multus is a "meta" CNI plugin that enables a pod or virtual machine to connect to additional network interfaces by using other compatible CNI plugins.
23+
24+
image:darkcircle-5.png[20,20] The default pod network is overlay-based, tunneled through the underlying machine network.
25+
26+
image:darkcircle-6.png[20,20] The machine network can be defined over a selected set of network interface controllers (NICs).
27+
28+
image:darkcircle-7.png[20,20] Secondary VM networks are typically bridged directly to a physical network, with or without VLAN encapsulation.
29+
30+
image:darkcircle-8.png[20,20] Secondary VM networks can be defined on dedicated set of NICs, as shown in Figure 1, or they can use the machine network.
31+
1132
include::modules/virt-networking-glossary.adoc[leveloffset=+1]
1233

1334

0 commit comments

Comments
 (0)