You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/netris-cloudstack_p1.rst
+32-30
Original file line number
Diff line number
Diff line change
@@ -48,51 +48,53 @@ Use Cases
48
48
Compute and Network Architecture
49
49
================================
50
50
51
-
The current infrastructure for Netris-CloudStack integration is designed to support scalable and dynamic networking for cloud workloads. Below is a breakdown of the key components and their roles:
51
+
The current infrastructure for Netris-CloudStack integration is designed to support **scalable and dynamic** networking for cloud workloads. This section outlines the key infrastructure components and their roles.
52
52
53
53
Diagram Overview
54
54
----------------
55
55
56
-
The diagram illustrates the interconnected infrastructure, consisting of:
56
+
The diagram represents the interconnected infrastructure, consisting of:
57
57
58
-
1. Leaf and Spine Switches:
58
+
1. **Leaf and Spine Switches**:
59
59
60
-
* These form the core networking layer, enabling high-speedand fault-tolerant connections.
61
-
* Spine switches (Spine 1 and Spine 2) aggregate traffic and connect to the leaf switches.
62
-
* Leaf switches (Leaf 1 and Leaf 2) connect directly to the compute nodes and softgates, ensuring efficient traffic distribution and handling VXLAN traffic.
60
+
- These switches form the **core networking fabric**, ensuring **high-speed, redundant, and fault-tolerant connectivity**.
61
+
- **Spine switches** (Spine 1 and Spine 2) aggregate traffic and connect to **leaf switches**.
62
+
- **Leaf switches** (Leaf 1 and Leaf 2) connect directly to **compute nodes and softgates**, handling **VXLAN encapsulation**.
63
63
64
-
2. Softgates:
64
+
2. **Softgates**:
65
65
66
-
* Softgates play a critical role in integrating physical and virtual network environments. They are responsible for:
67
-
68
-
* NAT Function: Enabling secure communication between private and external networks.
69
-
* Elastic Load Balancer: Distributing traffic across multiple resources for high availability and scalability.
70
-
* Network Access Control: Enforcing access policies for secure communication.
71
-
72
-
* Additionally, they bridge VXLAN and traditional networks and support BGP/EVPN-based signaling for dynamic routing.
66
+
- Softgates play a critical role in integrating physical and virtual network environments. They are responsible for:
73
67
74
-
3. Servers:
68
+
- **NAT Functionality**: Facilitates secure communication between **private and external networks**.
0 commit comments