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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,18 +26,18 @@ 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
-
-**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
-
-**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.
32
32
33
33
Regarding specific Kubernetes functionalities:
34
34
35
35
-**Services**: These are used to logically group pods, allowing direct access to them through a specific IP address or DNS name on a designated port.
36
-
-**Service Types**: This feature lets you specify the kind of Service you wish to create.
37
-
-**Load Balancer**: You can use a load balancer to distribute network traffic evenly across various resources.
38
-
-**Ingress Controllers**: These facilitate Layer 7 routing, which is essential for directing application traffic.
39
-
-**Egress Traffic Control**: Kubernetes allows you to manage and control outbound traffic from cluster nodes.
40
-
-**Network Policies**: These policies enable security measures and filtering for network traffic in pods.
36
+
-**Service types**: This feature lets you specify the kind of Service you wish to create.
37
+
-**Load balancer**: You can use a load balancer to distribute network traffic evenly across various resources.
38
+
-**Ingress controllers**: These facilitate Layer 7 routing, which is essential for directing application traffic.
39
+
-**Egress traffic control**: Kubernetes allows you to manage and control outbound traffic from cluster nodes.
40
+
-**Network policies**: These policies enable security measures and filtering for network traffic in pods.
0 commit comments