Skip to content

Commit 47bf93d

Browse files
authored
Apply suggestions from code review
1 parent af22484 commit 47bf93d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/aks/concepts-network.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ This article introduces the core concepts that provide networking to your applic
2626
## Kubernetes basics
2727
Kubernetes employs a virtual networking layer to manage access within and between your applications or their components. This involves the following key aspects:
2828

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.
3030

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.
3232

3333
Regarding specific Kubernetes functionalities:
3434

3535
- **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.
4141

4242
In the context of the Azure platform:
4343

0 commit comments

Comments
 (0)