File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Concepts - Kubernetes basics for Azure Kubernetes Services (AKS)
3
3
description : Learn the basic cluster and workload components of Kubernetes and how they relate to features in Azure Kubernetes Service (AKS)
4
4
services : container-service
5
5
ms.topic : conceptual
6
- ms.date : 06/03/2019
6
+ ms.date : 12/07/2020
7
7
8
8
---
9
9
@@ -27,8 +27,8 @@ Azure Kubernetes Service (AKS) provides a managed Kubernetes service that reduce
27
27
28
28
A Kubernetes cluster is divided into two components:
29
29
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.
32
32
33
33
![ Kubernetes control plane and node components] ( media/concepts-clusters-workloads/control-plane-and-nodes.png )
34
34
You can’t perform that action at this time.
0 commit comments