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: articles/aks/concepts-network.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ This article introduces the core concepts that provide networking to your applic
26
26
## Kubernetes basics
27
27
Kubernetes employs a virtual networking layer to manage access within and between your applications or their components. This involves the following key aspects:
28
28
29
-
1.**Kubernetes Nodes and Virtual Network**: Kubernetes nodes are connected to a virtual network. This setup enables pods (basic units of deployment in Kubernetes) to have both inbound and outbound connectivity.
29
+
-**Kubernetes Nodes and Virtual Network**: Kubernetes nodes are connected to a virtual network. This setup enables pods (basic units of deployment in Kubernetes) to have both inbound and outbound connectivity.
30
30
31
-
2.**Kube-proxy Component**: Running on each node, kube-proxy is responsible for providing the necessary network features.
31
+
-**Kube-proxy Component**: Running on each node, kube-proxy is responsible for providing the necessary network features.
0 commit comments