Skip to content

Commit 66bab28

Browse files
committed
fixed typo
1 parent 2469d25 commit 66bab28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/core-aks-concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Kubernetes Services (AKS) core concepts
33
description: Learn about the core concepts of Azure Kubernetes Service (AKS).
44
ms.topic: conceptual
5-
ms.date: 07/09/2024
5+
ms.date: 07/10/2024
66
author: schaffererin
77
ms.author: schaffererin
88
---
@@ -82,7 +82,7 @@ A *pod* is a group of one or more containers that share the same network and sto
8282

8383
## Node pools
8484

85-
In AKS, nodes of the same configuration are grouped together into *node pools*. These node pools contain the underlying virtual machine scale sets ad virtual machines (VMs) that run your applications. When you create an AKS cluster, you define the initial number of nodes and their size (SKU), which creates a [*system node pool*][use-system-pool]. System node pools serve the primary purpose of hosting critical system pods, such as CoreDNS and `konnectivity`. To support applications that have different compute or storage demands, you can create *user node pools*. User node pools serve the primary purpose of hosting your application pods.
85+
In AKS, nodes of the same configuration are grouped together into *node pools*. These node pools contain the underlying virtual machine scale sets and virtual machines (VMs) that run your applications. When you create an AKS cluster, you define the initial number of nodes and their size (SKU), which creates a [*system node pool*][use-system-pool]. System node pools serve the primary purpose of hosting critical system pods, such as CoreDNS and `konnectivity`. To support applications that have different compute or storage demands, you can create *user node pools*. User node pools serve the primary purpose of hosting your application pods.
8686

8787
For more information, see [Create node pools in AKS][create-node-pools] and [Manage node pools in AKS][manage-node-pools].
8888

0 commit comments

Comments
 (0)