Skip to content

Commit af22484

Browse files
authored
Apply suggestions from code review
1 parent 5ab753c commit af22484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/concepts-network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ 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-
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.
3030

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

3333
Regarding specific Kubernetes functionalities:
3434

0 commit comments

Comments
 (0)