Skip to content

Commit 5ea87c2

Browse files
authored
Merge pull request #140232 from robert2421/concepts-clusters-workloads
Update concepts-clusters-workloads.md
2 parents 48b4850 + fd539ad commit 5ea87c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/concepts-clusters-workloads.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Concepts - Kubernetes basics for Azure Kubernetes Services (AKS)
33
description: Learn the basic cluster and workload components of Kubernetes and how they relate to features in Azure Kubernetes Service (AKS)
44
services: container-service
55
ms.topic: conceptual
6-
ms.date: 06/03/2019
6+
ms.date: 12/07/2020
77

88
---
99

@@ -27,8 +27,8 @@ Azure Kubernetes Service (AKS) provides a managed Kubernetes service that reduce
2727

2828
A Kubernetes cluster is divided into two components:
2929

30-
- *Control plane* nodes provide the core Kubernetes services and orchestration of application workloads.
31-
- *Nodes* run your application workloads.
30+
- The *Control plane* provides the core Kubernetes services and orchestration of application workloads.
31+
- *Nodes* which run your application workloads.
3232

3333
![Kubernetes control plane and node components](media/concepts-clusters-workloads/control-plane-and-nodes.png)
3434

0 commit comments

Comments
 (0)